From 7b3fdcdd5960e2bf1225ae60256a795d6635777d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Cutzach?= Date: Mon, 4 Nov 2024 16:11:14 +0100 Subject: [PATCH] feat: Change wording according to @dsagal suggestion in Issue #1015 --- app/client/ui/DocumentSettings.ts | 6 +++--- static/locales/en.client.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/client/ui/DocumentSettings.ts b/app/client/ui/DocumentSettings.ts index a9e4c21a67..63cf28a24c 100644 --- a/app/client/ui/DocumentSettings.ts +++ b/app/client/ui/DocumentSettings.ts @@ -99,7 +99,7 @@ export class DocSettingsPage extends Disposable { dom.create(AdminSectionItem, { id: 'templateMode', name: t('Template mode'), - description: t('Special document mode'), + description: t('Change document mode'), value: cssDocTypeContainer( dom.create( displayCurrentType, @@ -388,7 +388,7 @@ export class DocSettingsPage extends Disposable { type: DocTypeOption.Template, label: t('Template'), description: t('Document automatically opens in {{fiddleModeDocUrl}}. ' + - 'Any edit (open to anybody) will create a new unsaved copy.', + 'Anyone may edit, which will create a new unsaved copy.', { fiddleModeDocUrl: cssLink({href: commonUrls.helpAPI, target: '_blank'}, t('fiddle mode')) } @@ -398,7 +398,7 @@ export class DocSettingsPage extends Disposable { docTypeOption({ type: DocTypeOption.Tutorial, label: t('Tutorial'), - description: t('Document automatically opens with a new copy.'), + description: t('Document automatically opens as a user-specific copy.'), itemTestId: testId('doctype-modal-option-tutorial'), }), ), diff --git a/static/locales/en.client.json b/static/locales/en.client.json index b3879351c9..716765c9e6 100644 --- a/static/locales/en.client.json +++ b/static/locales/en.client.json @@ -356,7 +356,7 @@ "Only available to document editors": "Only available to document editors", "Only available to document owners": "Only available to document owners", "Template mode": "Template mode", - "Special document mode": "Special document mode", + "Change document mode": "Change document mode", "Edit": "Edit", "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.", "Change nature of document": "Change nature of document", @@ -364,10 +364,10 @@ "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.", "Regular": "Regular", "Template": "Template", - "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.", + "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.", "fiddle mode": "fiddle mode", "Tutorial": "Tutorial", - "Document automatically opens with a new copy.": "Document automatically opens with a new copy.", + "Document automatically opens as a user-specific copy.": "Document automatically opens as a user-specific copy.", "Confirm change": "Confirm change", "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.", "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."