mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Makes GristTooltips translatable
Test Plan: Should no break anything Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D3785
This commit is contained in:
@@ -117,7 +117,7 @@ function makeAnonIntro(homeModel: HomeModel) {
|
||||
return [
|
||||
css.docListHeader(t("Welcome to Grist!"), testId('welcome-title')),
|
||||
cssIntroLine(t("Get started by exploring templates, or creating your first Grist document.")),
|
||||
cssIntroLine(signUp, ' to save your work. ', // TODO i18n
|
||||
cssIntroLine(t("{{signUp}} to save your work. ", {signUp}),
|
||||
(shouldHideUiElement('helpCenter') ? null : t("Visit our {{link}} to learn more.", { link: helpCenterLink() })),
|
||||
testId('welcome-text')),
|
||||
makeCreateButtons(homeModel),
|
||||
|
||||
Reference in New Issue
Block a user