Display an alert when CryptPad has a new version

This commit is contained in:
yflory
2017-05-18 18:51:08 +02:00
parent 21f9e31e75
commit 814c81fb13
3 changed files with 30 additions and 1 deletions

View File

@@ -56,6 +56,10 @@ define(function () {
out.comingSoon = "Coming soon...";
out.newVersion = '<b>CryptPad has been updated!</b><br>' +
'Check out what\'s new in the latest version:<br>'+
'<a href="https://github.com/xwiki-labs/cryptpad/releases/tag/{0}" target="_blank">Release notes for CryptPad {0}</a>';
out.upgrade = "Upgrade";
out.upgradeTitle = "Upgrade your account to increase the storage limit";
out.MB = "MB";