summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-07-29 22:18:44 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-08-07 17:17:59 +0300
commitfcda20013b8836e171a91c8c47c584449ffd7746 (patch)
tree8463119e20e77c3e99f5e243d82a02da71ae0135 /src/locales/en-US.json
parentb5c161b4b098e5f303cb81cd782c5abe88722456 (diff)
downloadwebui-vue-fcda20013b8836e171a91c8c47c584449ffd7746.tar.xz
Update Date and Time Settings to include UTC/offset label
Label updates allow the user to easily understand the expectation for entering time by using specific label text for "24 hour time" and removing parenthesis from the helper text as parenthesis are not needed to in the input field. UTC/offset is displayed based on user preference. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I41f98d9d16f0a4a81af39ce9b25768a1c0b89f08
Diffstat (limited to 'src/locales/en-US.json')
-rw-r--r--src/locales/en-US.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 63c75367..fa00c86e 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -134,12 +134,15 @@
"alert": {
"message": "To change how date and time are displayed (either UTC or browser offset) throughout the application, visit ",
"link": "Profile Settings"
- },
+ },
"configureSettings": "Configure settings",
"form": {
"date": "Date",
"manual": "Manual",
- "time": "Time",
+ "time": {
+ "label": "24-hour time",
+ "timezone": "@:pageDateTimeSettings.form.time.label (%{timezone})"
+ },
"ntpServers": {
"server1": "Server 1",
"server2": "Server 2",