diff --git a/app/components/Settings/Interface.vue b/app/components/Settings/Interface.vue index 19d2f0ef..3462f629 100644 --- a/app/components/Settings/Interface.vue +++ b/app/components/Settings/Interface.vue @@ -137,7 +137,7 @@ export default { setLayoutMode() { this.$showModal(ActionDialog, { props: { - title: "List view mode", + title: "listVM", list: ["detailed", "grid", "photogrid", "simple", "minimal"], }, }).then((action) => { diff --git a/app/i18n/en-GB.default.json b/app/i18n/en-GB.default.json index 14fd1d77..1af8b8d0 100644 --- a/app/i18n/en-GB.default.json +++ b/app/i18n/en-GB.default.json @@ -236,10 +236,10 @@ "tsInfo": "separate with spaces", "impSuc": "Import success", "expSuc": "Export success", - "recF": "%s recipes found", - "recI": "%s recipes imported", - "recE": "%s recipes already exists", - "recU": "%s recipes updated", + "recF": "recipes found", + "recI": "recipes imported", + "recE": "recipes already exists", + "recU": "recipes updated", "OK": "OK", "Filtered recipes": "Filtered recipes", "Created": "Created", @@ -291,5 +291,6 @@ "srpu": "Share recipe photo using...", "sru": "Share recipe using...", "aap": "Attach a photo", - "rp": "Remove photo" + "rp": "Remove photo", + "buFol": "Backup folder" }