fix: show the beta warning on web

This commit is contained in:
Baptiste Grob
2020-11-20 12:14:39 +01:00
parent 93876a11eb
commit b0ccecbd96
4 changed files with 7 additions and 19 deletions

View File

@@ -573,7 +573,7 @@ class FooterViewCtrl extends PureViewCtrl<{}, {
title: 'You are using a beta version of the app',
text:
'If you wish to go back to a stable version, make sure to sign out ' +
'before installing it.<br>You can silence this warning in the ' +
'of this beta app first.<br>You can silence this warning from the ' +
'<em>Account</em> menu.'
});
}