@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/lib/i18n.js +2 -2
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.2",
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": {
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 personlige hjemmeside',
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 personal homepage',
225
+ headerPureProfile: 'Edit your webpage',
226
226
  },
227
227
  };
228
228