Skip to content

Commit 2fe0b4e

Browse files
committed
feat: Change wording according to @dsagal suggestion in Issue gristlabs#1015
1 parent 89ac7b3 commit 2fe0b4e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/client/ui/DocumentSettings.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class DocSettingsPage extends Disposable {
9999
dom.create(AdminSectionItem, {
100100
id: 'templateMode',
101101
name: t('Template mode'),
102-
description: t('Special document mode'),
102+
description: t('Change document mode'),
103103
value: cssDocTypeContainer(
104104
dom.create(
105105
displayCurrentType,
@@ -388,7 +388,7 @@ export class DocSettingsPage extends Disposable {
388388
type: DocTypeOption.Template,
389389
label: t('Template'),
390390
description: t('Document automatically opens in {{fiddleModeDocUrl}}. ' +
391-
'Any edit (open to anybody) will create a new unsaved copy.',
391+
'Anyone may edit, which will create a new unsaved copy.',
392392
{
393393
fiddleModeDocUrl: cssLink({href: commonUrls.helpAPI, target: '_blank'}, t('fiddle mode'))
394394
}
@@ -398,7 +398,7 @@ export class DocSettingsPage extends Disposable {
398398
docTypeOption({
399399
type: DocTypeOption.Tutorial,
400400
label: t('Tutorial'),
401-
description: t('Document automatically opens with a new copy.'),
401+
description: t('Document automatically opens as a user-specific copy.'),
402402
itemTestId: testId('doctype-modal-option-tutorial'),
403403
}),
404404
),

static/locales/en.client.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,18 +356,18 @@
356356
"Only available to document editors": "Only available to document editors",
357357
"Only available to document owners": "Only available to document owners",
358358
"Template mode": "Template mode",
359-
"Special document mode": "Special document mode",
359+
"Change document mode": "Change document mode",
360360
"Edit": "Edit",
361361
"Once you start timing, Grist will measure the time it takes to evaluate each formula. This allows diagnosing which formulas are responsible for slow performance when a document is first opened, or when a document responds to changes.": "Once you start timing, Grist will measure the time it takes to evaluate each formula. This allows diagnosing which formulas are responsible for slow performance when a document is first opened, or when a document responds to changes.",
362362
"Change nature of document": "Change nature of document",
363363
"Regular document": "Regular document",
364364
"Regular document behavior, all users work on the same copy of the document.": "Regular document behavior, all users work on the same copy of the document.",
365365
"Regular": "Regular",
366366
"Template": "Template",
367-
"Document automatically opens in {{fiddleModeDocUrl}}. Any edit (open to anybody) will create a new unsaved copy.": "Document automatically opens in {{fiddleModeDocUrl}}. Any edit (open to anybody) will create a new unsaved copy.",
367+
"Document automatically opens in {{fiddleModeDocUrl}}. Anyone may edit, which will create a new unsaved copy.": "Document automatically opens in {{fiddleModeDocUrl}}. Anyone may edit, which will create a new unsaved copy.",
368368
"fiddle mode": "fiddle mode",
369369
"Tutorial": "Tutorial",
370-
"Document automatically opens with a new copy.": "Document automatically opens with a new copy.",
370+
"Document automatically opens as a user-specific copy.": "Document automatically opens as a user-specific copy.",
371371
"Confirm change": "Confirm change",
372372
"This will perform a hard reload of the data engine. This may help if the data engine is stuck in an infinite loop, is indefinitely processing the latest change, or has crashed. No data will be lost, except possibly currently pending actions.": "This will perform a hard reload of the data engine. This may help if the data engine is stuck in an infinite loop, is indefinitely processing the latest change, or has crashed. No data will be lost, except possibly currently pending actions.",
373373
"Once you start timing, Grist will measure the time it takes to evaluate each formula. This allows diagnosing which formulas are responsible for slow performance when a document is first opened, or when a document responds to changes.": "Once you start timing, Grist will measure the time it takes to evaluate each formula. This allows diagnosing which formulas are responsible for slow performance when a document is first opened, or when a document responds to changes."

0 commit comments

Comments
 (0)