mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-13 18:45:43 +05:00
Change footer version string format
This commit is contained in:
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…
Reference in New Issue
Block a user