Skip to content

Commit

Permalink
Rename "App Settings" to "Settings" in main nav drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
teccheck committed May 5, 2021
1 parent 26101ae commit 6158da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<string name="nav_account_manage">Account Verwalten</string>
<string name="nav_account_logout">Ausloggen</string>
<string name="nav_app">App</string>
<string name="nav_app_settings">App Einstellungen</string>
<string name="nav_app_settings">Einstellungen</string>

<string name="action_search">Suche</string>
<string name="action_scanner">Code Scanner</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<string name="nav_account_manage">Manage Account</string>
<string name="nav_account_logout">Log out</string>
<string name="nav_app">App</string>
<string name="nav_app_settings">App Settings</string>
<string name="nav_app_settings">Settings</string>

<!-- Main Action Menu -->
<string name="action_search">Search</string>
Expand Down

0 comments on commit 6158da8

Please sign in to comment.