Change footer version string format

pull/1/head
David Benqué 4 years ago
parent 2164603f7d
commit 2e83b32695

@ -68,7 +68,7 @@ define([
Msg.footer_team = "Contributors" // XXX existing key
Msg.footer_tos = "Terms of Service" // XXX existing key
Pages.versionString = "CryptPad v3.24.0 (YunnanLakeNewt)";
Pages.versionString = "v3.24.0 (YunnanLakeNewt)";
// used for the about menu
Pages.imprintLink = AppConfig.imprint ? footLink(imprintUrl, 'imprint') : undefined;

Loading…
Cancel
Save