mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Update admin note
This commit is contained in:
parent
395e1e2063
commit
249b47efd2
@ -140,7 +140,7 @@ define(req, function(AppConfig, Default, Language) {
|
||||
Messages.password_note3 = "Your password is the secret key that encrypts all of your documents and administrator privileges on this instance.";
|
||||
Messages.computer_note = 'If you are using a shared computer, {0}remember to log out{1} when you are done. Only closing the browser window leaves your account exposed.';
|
||||
Messages.import_note = 'To keep the documents you created and/or stored without being logged in, tick "Import documents from your guest session".';
|
||||
Messages.admin_note = "Create your first administrator account on this page. Administrators manage instance settings including storage quotas, and have access to moderation tools.";
|
||||
Messages.admin_creation_note = "Create your first administrator account on this page. Administrators manage instance settings including storage quotas, and have access to moderation tools.";
|
||||
|
||||
return Messages;
|
||||
|
||||
|
||||
@ -573,7 +573,7 @@ define([
|
||||
row(Messages.admin_planName, data.plan || Messages.ui_none);
|
||||
|
||||
// plan note
|
||||
row(Messages.admin_note, data.note || Messages.ui_none);
|
||||
row(Messages.admin_creation_note, data.note || Messages.ui_none);
|
||||
|
||||
// storage limit
|
||||
if (data.limit) { row(Messages.admin_planlimit, getPrettySize(data.limit)); }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user