mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Add fr translation and fix some translation on the go
This commit is contained in:
@@ -47,7 +47,7 @@ export async function replaceTrunkWithFork(user: FullUser|null, doc: Document, a
|
||||
buttonText = t("Overwrite");
|
||||
warningText = `${warningText} ${t("It will be overwritten, losing any content not in this document.")}`;
|
||||
} else if (cmp.summary === 'same') {
|
||||
titleText = 'Original Looks Identical';
|
||||
titleText = t('Original Looks Identical');
|
||||
warningText = `${warningText} ${t("However, it appears to be already identical.")}`;
|
||||
}
|
||||
confirmModal(titleText, buttonText,
|
||||
|
||||
Reference in New Issue
Block a user