mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Fixing translation key for sendAppPage.ts
This commit is contained in:
parent
c9933b6908
commit
24b1ca92d7
@ -157,7 +157,7 @@ function configuredPageTitleSuffix() {
|
||||
*/
|
||||
function getPageTitle(req: express.Request, config: GristLoadConfig): string {
|
||||
const maybeDoc = getDocFromConfig(config);
|
||||
if (!maybeDoc) { return translate(req, 'sendAppPage.Loading') + "..."; }
|
||||
if (!maybeDoc) { return translate(req, 'Loading') + "..."; }
|
||||
|
||||
return handlebars.Utils.escapeExpression(maybeDoc.name);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user