From 714a8fca6b6f59d829d383fb96e0eeecb24add12 Mon Sep 17 00:00:00 2001 From: Nick <32660358+dontcrash@users.noreply.github.com> Date: Sun, 26 Nov 2023 18:14:40 +1030 Subject: [PATCH] Change "System Uptime" to "Uptime" Fixes a UI issue --- public/locales/en/common.json | 2 +- public/locales/eu/common.json | 2 +- public/locales/fi/common.json | 2 +- public/locales/he/common.json | 2 +- public/locales/hi/common.json | 2 +- public/locales/id/common.json | 2 +- public/locales/nb-NO/common.json | 2 +- public/locales/no/common.json | 2 +- public/locales/sr/common.json | 2 +- public/locales/vi/common.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/public/locales/en/common.json b/public/locales/en/common.json index cc78e7c6..23b7ec1d 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -48,7 +48,7 @@ }, "unifi": { "users": "Users", - "uptime": "System Uptime", + "uptime": "Uptime", "days": "Days", "wan": "WAN", "lan": "LAN", diff --git a/public/locales/eu/common.json b/public/locales/eu/common.json index d5189c41..ae039280 100644 --- a/public/locales/eu/common.json +++ b/public/locales/eu/common.json @@ -48,7 +48,7 @@ }, "unifi": { "users": "Users", - "uptime": "System Uptime", + "uptime": "Uptime", "days": "Egun", "wan": "WAN", "lan": "LAN", diff --git a/public/locales/fi/common.json b/public/locales/fi/common.json index be0f7629..09660cda 100644 --- a/public/locales/fi/common.json +++ b/public/locales/fi/common.json @@ -48,7 +48,7 @@ }, "unifi": { "users": "Users", - "uptime": "System Uptime", + "uptime": "Uptime", "days": "Days", "wan": "WAN", "lan": "LAN", diff --git a/public/locales/he/common.json b/public/locales/he/common.json index c73bce48..bffd35d3 100644 --- a/public/locales/he/common.json +++ b/public/locales/he/common.json @@ -48,7 +48,7 @@ }, "unifi": { "users": "Users", - "uptime": "System Uptime", + "uptime": "Uptime", "days": "Days", "wan": "WAN", "lan": "LAN", diff --git a/public/locales/hi/common.json b/public/locales/hi/common.json index 6d7c87e1..223eedb8 100644 --- a/public/locales/hi/common.json +++ b/public/locales/hi/common.json @@ -48,7 +48,7 @@ }, "unifi": { "users": "Users", - "uptime": "System Uptime", + "uptime": "Uptime", "days": "Days", "wan": "WAN", "lan": "LAN", diff --git a/public/locales/id/common.json b/public/locales/id/common.json index 6bb4669d..776f1d05 100644 --- a/public/locales/id/common.json +++ b/public/locales/id/common.json @@ -48,7 +48,7 @@ }, "unifi": { "users": "Users", - "uptime": "System Uptime", + "uptime": "Uptime", "days": "Days", "wan": "WAN", "lan": "LAN", diff --git a/public/locales/nb-NO/common.json b/public/locales/nb-NO/common.json index d4597a83..d023cd73 100644 --- a/public/locales/nb-NO/common.json +++ b/public/locales/nb-NO/common.json @@ -216,7 +216,7 @@ }, "unifi": { "users": "Users", - "uptime": "System Uptime", + "uptime": "Uptime", "days": "Days", "wan": "WAN", "lan_users": "LAN Users", diff --git a/public/locales/no/common.json b/public/locales/no/common.json index 6d7c87e1..223eedb8 100644 --- a/public/locales/no/common.json +++ b/public/locales/no/common.json @@ -48,7 +48,7 @@ }, "unifi": { "users": "Users", - "uptime": "System Uptime", + "uptime": "Uptime", "days": "Days", "wan": "WAN", "lan": "LAN", diff --git a/public/locales/sr/common.json b/public/locales/sr/common.json index 6d7c87e1..223eedb8 100644 --- a/public/locales/sr/common.json +++ b/public/locales/sr/common.json @@ -48,7 +48,7 @@ }, "unifi": { "users": "Users", - "uptime": "System Uptime", + "uptime": "Uptime", "days": "Days", "wan": "WAN", "lan": "LAN", diff --git a/public/locales/vi/common.json b/public/locales/vi/common.json index f7cf8d47..ea77dcf6 100644 --- a/public/locales/vi/common.json +++ b/public/locales/vi/common.json @@ -48,7 +48,7 @@ }, "unifi": { "users": "Users", - "uptime": "System Uptime", + "uptime": "Uptime", "days": "Days", "wan": "WAN", "lan": "LAN",