@aarhus-university/au-lib-react-components 9.18.2 → 9.18.3
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 -2
package/package.json
CHANGED
package/src/lib/i18n.js
CHANGED
|
@@ -160,7 +160,7 @@ const profileLabels = {
|
|
|
160
160
|
helpModalBtn: 'Ok, vis ikke igen',
|
|
161
161
|
profileFor: 'Profilmenu for',
|
|
162
162
|
changeLanguageButton: 'Switch to English',
|
|
163
|
-
headerPureProfile: 'Redigér din
|
|
163
|
+
headerPureProfile: 'Redigér din hjemmeside',
|
|
164
164
|
},
|
|
165
165
|
en: {
|
|
166
166
|
login: 'Sign in',
|
|
@@ -222,7 +222,7 @@ const profileLabels = {
|
|
|
222
222
|
helpModalBtn: 'OK, don\'t show again',
|
|
223
223
|
profileFor: 'Profile menu for',
|
|
224
224
|
changeLanguageButton: 'Skift til dansk',
|
|
225
|
-
headerPureProfile: 'Edit
|
|
225
|
+
headerPureProfile: 'Edit your webpage',
|
|
226
226
|
},
|
|
227
227
|
};
|
|
228
228
|
|