From 4afe7b7c394435dddfa55f141ed73f0523af08ad Mon Sep 17 00:00:00 2001 From: David Benque Date: Fri, 9 Jan 2026 14:52:03 +0000 Subject: [PATCH] Use the right translation key in admin onboarding --- customize.dist/pages/install.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/customize.dist/pages/install.js b/customize.dist/pages/install.js index 17f405d07..97527ffa7 100644 --- a/customize.dist/pages/install.js +++ b/customize.dist/pages/install.js @@ -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([ }; }); -