Improving documentation. Renaming folder to 'documentation'

This commit is contained in:
Jarosław Sadziński
2022-10-03 10:47:42 +02:00
parent 4a1099ad07
commit 03631a1454
3 changed files with 9 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ function makePersonalIntro(homeModel: HomeModel, user: FullUser) {
}
function makeAnonIntro(homeModel: HomeModel) {
const signUp = cssLink({href: getLoginOrSignupUrl()}, 'Sign up');
const signUp = cssLink({href: getLoginOrSignupUrl()}, t('SignUp'));
return [
css.docListHeader(t('Welcome'), testId('welcome-title')),
cssIntroLine('Get started by exploring templates, or creating your first Grist document.'),