From b1a6cf39c84dd43bb3670712a7732b9302c85845 Mon Sep 17 00:00:00 2001 From: Florian Dupret <34862846+sephrat@users.noreply.github.com> Date: Mon, 26 Apr 2021 13:43:34 +0200 Subject: [PATCH] Include semi colon in string --- frontend/src/locales/messages/en-US.json | 4 ++-- frontend/src/pages/Admin/Backup/NewBackupCard.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/locales/messages/en-US.json b/frontend/src/locales/messages/en-US.json index 3a91b2e48..5d2c58fe9 100644 --- a/frontend/src/locales/messages/en-US.json +++ b/frontend/src/locales/messages/en-US.json @@ -44,7 +44,7 @@ "name": "Name", "no": "No", "ok": "OK", - "options": "Options", + "options": "Options:", "random": "Random", "recent": "Recent", "recipes": "Recipes", @@ -58,7 +58,7 @@ "submit": "Submit", "success-count": "Success: {count}", "sunday": "Sunday", - "templates": "Templates", + "templates": "Templates:", "themes": "Themes", "thursday": "Thursday", "token": "Token", diff --git a/frontend/src/pages/Admin/Backup/NewBackupCard.vue b/frontend/src/pages/Admin/Backup/NewBackupCard.vue index f522596a4..52c210cd6 100644 --- a/frontend/src/pages/Admin/Backup/NewBackupCard.vue +++ b/frontend/src/pages/Admin/Backup/NewBackupCard.vue @@ -20,11 +20,11 @@ -

{{ $t("general.options") }}:

+

{{ $t("general.options") }}

-

{{ $t("general.templates") }}:

+

{{ $t("general.templates") }}