mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Linting long lines
This commit is contained in:
@@ -36,7 +36,8 @@ export const buildExamples = (): IExampleInfo[] => [{
|
||||
tutorialUrl: 'https://support.getgrist.com/investment-research/',
|
||||
welcomeCard: {
|
||||
title: t("Welcome to the Investment Research template"),
|
||||
text: t("Check out our related tutorial to learn how to create summary tables and charts, and to link charts dynamically."),
|
||||
text: t("Check out our related tutorial to learn how to create " +
|
||||
"summary tables and charts, and to link charts dynamically."),
|
||||
tutorialName: t("Tutorial: Analyze & Visualize"),
|
||||
},
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user