Skip to content

Commit

Permalink
fix: wording according to jr-grist remark on Issue gristlabs#1015
Browse files Browse the repository at this point in the history
  • Loading branch information
hexaltation committed Nov 25, 2024
1 parent cdf001e commit bb72ce2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/client/ui/DocumentSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class DocSettingsPage extends Disposable {
dom.create(AdminSectionItem, {
id: 'templateMode',
name: t('Template mode'),
description: t('Change document mode'),
description: t('Change type of document'),
value: cssDocTypeContainer(
dom.create(
displayCurrentType,
Expand Down Expand Up @@ -381,7 +381,7 @@ export class DocSettingsPage extends Disposable {
docTypeOption({
type: DocTypeOption.Regular,
label: t('Regular document'),
description: t('Regular document behavior, all users work on the same copy of the document.'),
description: t('Normal document behavior. All users work on the same copy of the document.'),
itemTestId: testId('doctype-modal-option-regular'),
}),
docTypeOption({
Expand Down
4 changes: 2 additions & 2 deletions static/locales/en.client.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,12 @@
"Only available to document editors": "Only available to document editors",
"Only available to document owners": "Only available to document owners",
"Template mode": "Template mode",
"Change document mode": "Change document mode",
"Change type of document": "Change type of document",
"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",
"Regular document": "Regular document",
"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.",
"Normal document behavior. All users work on the same copy of the document.": "Normal document behavior. All users work on the same copy of the document.",
"Regular": "Regular",
"Template": "Template",
"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.",
Expand Down

0 comments on commit bb72ce2

Please sign in to comment.