@aarhus-university/au-lib-react-components 9.19.0 → 9.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/lib/i18n.js +2 -0
package/package.json
CHANGED
package/src/lib/i18n.js
CHANGED
|
@@ -293,6 +293,7 @@ const passwordLabels = {
|
|
|
293
293
|
supportStaffLink: 'https://medarbejdere.au.dk/administration/it/',
|
|
294
294
|
supportStaffText: 'Support til medarbejdere og andre',
|
|
295
295
|
pwned: 'Adgangskoden kan ikke bruges, da den tidligere har været brugt på andre hjemmesider, som er blevet hacket. Prøv med en anden.',
|
|
296
|
+
specialCharacters: 'Navnet må ikke indeholde specialtegn.',
|
|
296
297
|
},
|
|
297
298
|
en: {
|
|
298
299
|
currentPassword: 'Enter your current password',
|
|
@@ -358,6 +359,7 @@ const passwordLabels = {
|
|
|
358
359
|
supportStaffLink: 'https://medarbejdere.au.dk/en/administration/it/',
|
|
359
360
|
supportStaffText: 'Support for staff and others',
|
|
360
361
|
pwned: 'The password cannot be used because it has been used before on other websites that have been hacked. Please try a different password.',
|
|
362
|
+
specialCharacters: 'The name must not contain special characters.',
|
|
361
363
|
},
|
|
362
364
|
};
|
|
363
365
|
|