Skip to content

Commit

Permalink
i18n(preferences): rename "Current Time Zone" to "Time Zone"
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Jul 3, 2020
1 parent 76cbe78 commit 443a41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UI/PreferencesUI/English.lproj/Localizable.strings
Expand Up @@ -71,7 +71,7 @@
"You are not allowed to forward your messages to this domain:" = "You are not allowed to forward your messages to this domain:";

/* d & t */
"Current Time Zone" = "Current Time Zone";
"Time Zone" = "Time Zone";
"Short Date Format" = "Short Date Format";
"Long Date Format" = "Long Date Format";
"Time Format" = "Time Format";
Expand Down
2 changes: 1 addition & 1 deletion UI/Templates/PreferencesUI/UIxPreferences.wox
Expand Up @@ -135,7 +135,7 @@
md-match-case-insensitive="true"
ng-required="true"
sg-select-only="sg-select-only"
label:md-floating-label="Current Time Zone">
label:md-floating-label="Time Zone">
<md-item-template>
<span md-highlight-text="app.timeZonesSearchText">{{timezone}}</span>
</md-item-template>
Expand Down

0 comments on commit 443a41b

Please sign in to comment.