@aarhus-university/au-lib-react-components 9.18.1 → 9.18.2
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
CHANGED
|
@@ -203,7 +203,7 @@ class StaffTopComponent extends React.Component {
|
|
|
203
203
|
text: profileLabels[lang].headerPureProfile,
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
|
-
url:
|
|
206
|
+
url: 'https://mithr.au.dk/',
|
|
207
207
|
text: profileLabels[lang].headerVacationAbsence,
|
|
208
208
|
},
|
|
209
209
|
]}
|
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: '
|
|
163
|
+
headerPureProfile: 'Redigér din personlige 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 personal homepage',
|
|
226
226
|
},
|
|
227
227
|
};
|
|
228
228
|
|