File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ export const TrialBanner: React.FC<BannerProps> = React.memo(
177
177
if ( allow_run === false ) {
178
178
return (
179
179
< span >
180
- There are too many free trial projects running right now.
180
+ There are too many free projects running right now.
181
181
< br />
182
182
Try again later or { renderBuyAndUpgrade ( ) } .
183
183
</ span >
@@ -194,7 +194,7 @@ export const TrialBanner: React.FC<BannerProps> = React.memo(
194
194
) ;
195
195
return (
196
196
< span >
197
- { intro } The trial period of this project ended. { " " }
197
+ { intro } { " " }
198
198
{ renderBuyAndUpgrade ( "Buy a license" ) } .
199
199
</ span >
200
200
) ;
@@ -225,7 +225,7 @@ export const TrialBanner: React.FC<BannerProps> = React.memo(
225
225
< span style = { { fontSize : style . fontSize } } >
226
226
< Icon name = "info-circle" /> { " " }
227
227
< A href = { DOC_TRIAL } style = { a_style_more } >
228
- Trial projects
228
+ Free projects
229
229
</ A >
230
230
{ "..." }
231
231
</ span >
@@ -455,7 +455,7 @@ function CountdownProject({ fontSize }: CountdownProjectProps) {
455
455
onCancel = { ( ) => setShowInfo ( false ) }
456
456
>
457
457
< Paragraph >
458
- < A href = { "https://doc.cocalc.com/trial.html" } > Trial projects</ A > have
458
+ < A href = { "https://doc.cocalc.com/trial.html" } > Free projects</ A > have
459
459
a maximum uptime of { limit_min } minutes. After that period, the
460
460
project will stop and interrupt your work.
461
461
</ Paragraph >
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ export const ProjectsListingDescription: React.FC<Props> = ({
92
92
) ;
93
93
}
94
94
95
- function render_projects_actions_toolbar ( ) : React . JSX . Element {
95
+ function render_projects_actions_toolbar ( ) {
96
96
if ( visible_projects . length == 0 ) {
97
97
return null ;
98
98
}
@@ -196,8 +196,6 @@ export const ProjectsListingDescription: React.FC<Props> = ({
196
196
) ;
197
197
}
198
198
199
- function renderRemoveMyself ( ) { }
200
-
201
199
function render_hide_all ( ) : React . JSX . Element | undefined {
202
200
if ( visible_projects . length === 0 ) {
203
201
return ;
You can’t perform that action at this time.
0 commit comments