From bf1e057cc2cf4bc9aef3f89e43bee96c102c0cfd Mon Sep 17 00:00:00 2001 From: ajnart Date: Sat, 3 Sep 2022 18:00:56 +0200 Subject: [PATCH] :globe_with_meridians: Fix Internationalization issues --- public/locales/en/common.json | 6 +++--- public/locales/en/modules/docker.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 7df26a5e7..64232fcf5 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -4,8 +4,8 @@ }, "tip": "Tip: ", "time": { - "seconds": "", - "minutes": "", - "hours": "" + "seconds": "seconds", + "minutes": "minutes", + "hours": "hours" } } diff --git a/public/locales/en/modules/docker.json b/public/locales/en/modules/docker.json index 70e5a4f29..f54db9bd9 100644 --- a/public/locales/en/modules/docker.json +++ b/public/locales/en/modules/docker.json @@ -38,7 +38,7 @@ "title": "Start" }, "refreshData": { - "title": "" + "title": "Refresh data" }, "remove": { "title": "Remove"