@aarhus-university/au-lib-react-components 9.18.1 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "sideEffects": false,
3
3
  "name": "@aarhus-university/au-lib-react-components",
4
- "version": "9.18.1",
4
+ "version": "9.18.3",
5
5
  "description": "Library for shared React components for various applications on au.dk",
6
6
  "main": "build/cjs/index.js",
7
7
  "scripts": {
@@ -203,7 +203,7 @@ class StaffTopComponent extends React.Component {
203
203
  text: profileLabels[lang].headerPureProfile,
204
204
  },
205
205
  {
206
- url: `${window.profileApiUri}/${lang}/holiday`,
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: 'Rediger Pure-profil',
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 PURE profile',
225
+ headerPureProfile: 'Edit your webpage',
226
226
  },
227
227
  };
228
228