i18n(preferences): rename "Current Time Zone" to "Time Zone"

pull/283/head
Francis Lachapelle 2020-07-03 10:45:11 -04:00
parent 76cbe7854c
commit 443a41b770
2 changed files with 2 additions and 2 deletions

View File

@ -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";

View File

@ -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>