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:
@@ -21,8 +21,8 @@ export async function startDocTour(docData: DocData, docComm: DocComm, onFinishC
|
||||
|
||||
const invalidDocTour: IOnBoardingMsg[] = [{
|
||||
title: t("No valid document tour"),
|
||||
body: t("Cannot construct a document tour from the data in this document. " +
|
||||
"Ensure there is a table named GristDocTour with columns Title, Body, Placement, and Location."),
|
||||
body: t("Cannot construct a document tour from the data in this document. \
|
||||
Ensure there is a table named GristDocTour with columns Title, Body, Placement, and Location."),
|
||||
selector: 'document',
|
||||
showHasModal: true,
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user