summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
Diffstat (limited to 'src/locales')
-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",