mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Use the right translation key in admin onboarding
This commit is contained in:
parent
a3eccf8e74
commit
4afe7b7c39
@ -41,7 +41,7 @@ define([
|
||||
h('ul.cp-notes-list', [
|
||||
h('li', [
|
||||
Icons.get('alert'),
|
||||
Msg.admin_note
|
||||
Msg.admin_creation_note
|
||||
]),
|
||||
h('li', [
|
||||
Icons.get('alert'),
|
||||
@ -92,4 +92,3 @@ define([
|
||||
};
|
||||
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user