From e4e66275dd7a3d3715d8f59477bb5215791b8a3c Mon Sep 17 00:00:00 2001 From: Florian Dupret <34862846+sephrat@users.noreply.github.com> Date: Sun, 25 Apr 2021 09:13:51 +0200 Subject: [PATCH] Translate missing items on About page --- frontend/src/locales/messages/en-US.json | 4 +++- frontend/src/pages/Admin/About/index.vue | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/src/locales/messages/en-US.json b/frontend/src/locales/messages/en-US.json index 1ad2d0efd..8da806eec 100644 --- a/frontend/src/locales/messages/en-US.json +++ b/frontend/src/locales/messages/en-US.json @@ -13,6 +13,8 @@ "demo": "Demo", "demo-status": "Demo Status", "development": "Development", + "download-log": "Download Log", + "download-recipe-json": "Download Recipe JSON", "not-demo": "Not Demo", "production": "Production", "sqlite-file": "SQLite File", @@ -266,4 +268,4 @@ "webhook-time": "Webhook Time", "webhooks-enabled": "Webhooks Enabled" } -} +} \ No newline at end of file diff --git a/frontend/src/pages/Admin/About/index.vue b/frontend/src/pages/Admin/About/index.vue index e018bb8d2..b2b188a7e 100644 --- a/frontend/src/pages/Admin/About/index.vue +++ b/frontend/src/pages/Admin/About/index.vue @@ -23,11 +23,11 @@