diff --git a/gradle/changelog/add_profile_link.yaml b/gradle/changelog/add_profile_link.yaml new file mode 100644 index 0000000000..a2d1e5543c --- /dev/null +++ b/gradle/changelog/add_profile_link.yaml @@ -0,0 +1,2 @@ +- type: fixed + description: Missing profile link in footer ([#2057](https://github.com/scm-manager/scm-manager/pull/2057)) diff --git a/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap b/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap index 4a1068d8fd..b0c9df3905 100644 --- a/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap +++ b/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap @@ -1486,12 +1486,22 @@ exports[`Storyshots Footer Default 1`] = ` footer.user.profile +
  • + + footer.user.theme + +
  • footer.user.profile +
  • + + footer.user.theme + +
  • footer.user.profile
  • +
  • + + footer.user.theme + +
  • footer.user.profile +
  • + + footer.user.theme + +
  • = ({ me, version, links }) => {
    {me ? ( - + + {me?._links?.password && ( )} diff --git a/scm-ui/ui-webapp/public/locales/de/commons.json b/scm-ui/ui-webapp/public/locales/de/commons.json index de72e056be..ce926c7594 100644 --- a/scm-ui/ui-webapp/public/locales/de/commons.json +++ b/scm-ui/ui-webapp/public/locales/de/commons.json @@ -99,13 +99,13 @@ "theme": { "nav": { "label": "Design", - "title": "Wähle dein Design" + "title": "Design wählen" }, - "subtitle": "Wähle dein Design", + "subtitle": "Design wählen", "submit": "Anwenden", "light": { "displayName": "Hell", - "description": "„Hell“ is das Standard-Design des SCM-Managers" + "description": "„Hell“ ist das Standard-Design des SCM-Managers" }, "highcontrast": { "displayName": "Hoher Kontrast", @@ -135,7 +135,8 @@ }, "footer": { "user": { - "profile": "Profil" + "profile": "Profil", + "theme": "Design" }, "information": { "title": "Information" diff --git a/scm-ui/ui-webapp/public/locales/en/commons.json b/scm-ui/ui-webapp/public/locales/en/commons.json index db964f10c7..eac53f6518 100644 --- a/scm-ui/ui-webapp/public/locales/en/commons.json +++ b/scm-ui/ui-webapp/public/locales/en/commons.json @@ -136,7 +136,8 @@ }, "footer": { "user": { - "profile": "Profile" + "profile": "Profile", + "theme": "Theme" }, "information": { "title": "Information"