diff --git a/i18n/en.pot b/i18n/en.pot index ebe32871c..712dc8de9 100644 --- a/i18n/en.pot +++ b/i18n/en.pot @@ -5,8 +5,8 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -"POT-Creation-Date: 2023-03-06T13:36:07.125Z\n" -"PO-Revision-Date: 2023-03-06T13:36:07.125Z\n" +"POT-Creation-Date: 2024-01-19T11:50:42.985Z\n" +"PO-Revision-Date: 2024-01-19T11:50:42.985Z\n" msgid "Yes" msgstr "Yes" @@ -586,8 +586,12 @@ msgstr "New password" msgid "Password" msgstr "Password" -msgid "Minimum 8 characters, one uppercase and lowercase letter and one number" -msgstr "Minimum 8 characters, one uppercase and lowercase letter and one number" +msgid "" +"Password should be at least 8 characters long, with at least one lowercase " +"character, one uppercase character and one special character." +msgstr "" +"Password should be at least 8 characters long, with at least one lowercase " +"character, one uppercase character and one special character." msgid "Repeat new password" msgstr "Repeat new password" @@ -910,13 +914,6 @@ msgstr "Username for new user" msgid "Password for new user" msgstr "Password for new user" -msgid "" -"Password should be at least 8 characters long, with at least one lowercase " -"character, one uppercase character and one special character." -msgstr "" -"Password should be at least 8 characters long, with at least one lowercase " -"character, one uppercase character and one special character." - msgid "Replicate user" msgstr "Replicate user" diff --git a/src/components/RoleForm/groupAuthorities/metadata.js b/src/components/RoleForm/groupAuthorities/metadata.js index 259eb84cd..1b25f77d1 100644 --- a/src/components/RoleForm/groupAuthorities/metadata.js +++ b/src/components/RoleForm/groupAuthorities/metadata.js @@ -61,6 +61,8 @@ const GROUP_NAMES = { F_PREDICTORGROUP: i18n.t('Data predictor group'), F_SKIP_DATA_IMPORT_AUDIT: i18n.t('Skip data import audit'), F_VISUALIZATION: i18n.t('Visualization'), + F_EVENT_HOOK: i18n.t('Event Hook'), + F_ROUTE: i18n.t('Route'), } // Metadata group suffixes