Use the right translation key in admin onboarding

This commit is contained in:
David Benque 2026-01-09 14:52:03 +00:00
parent a3eccf8e74
commit 4afe7b7c39
No known key found for this signature in database
GPG Key ID: 7EC3E5D34DCCC0BF

View File

@ -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([
};
});