@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/lib/i18n.js +2 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "sideEffects": false,
3
3
  "name": "@aarhus-university/au-lib-react-components",
4
- "version": "9.19.0",
4
+ "version": "9.19.1",
5
5
  "description": "Library for shared React components for various applications on au.dk",
6
6
  "main": "build/cjs/index.js",
7
7
  "scripts": {
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