mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix translation key
This commit is contained in:
parent
72806aace5
commit
407f974a1c
@ -571,7 +571,7 @@ Messages.admin_channelPlaceholder = "Destroyed document placeholder";
|
||||
var archiveAccountLabel = h('span', [
|
||||
Messages.admin_archiveAccount,
|
||||
h('br'),
|
||||
h('small', Messages.archiveAccountInfo)
|
||||
h('small', Messages.admin_archiveAccountInfo)
|
||||
]);
|
||||
row(archiveAccountLabel, danger(Messages.admin_archiveButton, archiveHandler));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user