Skip to content

Commit

Permalink
fix: Rename admin section navigation button
Browse files Browse the repository at this point in the history
  • Loading branch information
jorilindell committed Apr 16, 2024
1 parent 0f077dd commit 5eea861
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/domain/app/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"adminPage": {
"sideNavigation": {
"labelAdmin": "Admin",
"toggleButtonLabel": "Navigate to admin page"
"toggleButtonLabel": "Admin tools"
},
"title": "Admin"
},
Expand Down
2 changes: 1 addition & 1 deletion src/domain/app/i18n/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"adminPage": {
"sideNavigation": {
"labelAdmin": "Hallinta",
"toggleButtonLabel": "Siirry hallintasivulle"
"toggleButtonLabel": "Hallintatyökalut"
},
"title": "Hallinta"
},
Expand Down
2 changes: 1 addition & 1 deletion src/domain/app/i18n/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"adminPage": {
"sideNavigation": {
"labelAdmin": "Admin",
"toggleButtonLabel": "Navigera till adminsidan"
"toggleButtonLabel": "Admin-verktyg"
},
"title": "Admin"
},
Expand Down

0 comments on commit 5eea861

Please sign in to comment.