mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
i18n: userManager translation + some forgotten translations (#557)
* translation: add userManager translation + some forgotten translations * use '\' caracter for multiple-line strings
This commit is contained in:
@@ -41,8 +41,8 @@ export async function replaceTrunkWithFork(user: FullUser|null, doc: Document, a
|
||||
if (cmp.summary === 'left' || cmp.summary === 'both') {
|
||||
titleText = t("Original Has Modifications");
|
||||
buttonText = t("Overwrite");
|
||||
warningText = `${warningText} ${t("Be careful, the original has changes " +
|
||||
"not in this document. Those changes will be overwritten.")}`;
|
||||
warningText = `${warningText} ${t("Be careful, the original has changes \
|
||||
not in this document. Those changes will be overwritten.")}`;
|
||||
} else if (cmp.summary === 'unrelated') {
|
||||
titleText = t("Original Looks Unrelated");
|
||||
buttonText = t("Overwrite");
|
||||
|
||||
Reference in New Issue
Block a user