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"