mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
parent
41a3be633f
commit
a3eccf8e74
@ -568,7 +568,7 @@ define([
|
||||
row(Messages.admin_planName, data.plan || Messages.ui_none);
|
||||
|
||||
// plan note
|
||||
row(Messages.admin_creation_note, data.note || Messages.ui_none);
|
||||
row(Messages.admin_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