@aarhus-university/au-lib-react-components 9.11.5 → 9.11.6
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
|
@@ -143,6 +143,7 @@ const profileLabels = {
|
|
|
143
143
|
mailNotice: '<strong>Vær opmærksom på, at der kan gå op til 15 minutter, før ændringer til din e-mailadresse slår igennem.</strong>',
|
|
144
144
|
cancel: 'Annuller',
|
|
145
145
|
validMail: 'Mailadressen du har skrevet er ikke gyldig.',
|
|
146
|
+
validMailPrivate: 'Mailadressen du har skrevet er ikke gyldig, eller du har forsøgt at benytte din AU-mailadresse som privat mailadresse.',
|
|
146
147
|
validMobile: 'Telefonnummeret du har skrevet er ikke gyldigt.',
|
|
147
148
|
validName: 'Skriv et navn.',
|
|
148
149
|
validFirstName: 'Skriv et fornavn.',
|
|
@@ -203,6 +204,7 @@ const profileLabels = {
|
|
|
203
204
|
mailNotice: '<strong>Please note that it may take up to 15 minutes for changes to your email address to take effect.</strong>',
|
|
204
205
|
cancel: 'Cancel',
|
|
205
206
|
validMail: 'The email address you have entered is not valid.',
|
|
207
|
+
validMailPrivate: 'The email address you have entered is not valid, or you have tried to use your AU email address as your private email address.',
|
|
206
208
|
validMobile: 'The phone number you have entered is not valid.',
|
|
207
209
|
validName: 'Enter a name.',
|
|
208
210
|
validFirstName: 'Enter a first name.',
|