From eb1dabde7dacdd36fd7f2e5da6f343bc5ef7c6d4 Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 9 Aug 2023 23:09:59 +0200 Subject: feat: Add dialog box with a table of all profiles (#501) Does not yet include buttons to modify profiles. This has been moved into separate PR to keep diff small. --- src-vue/src/i18n/lang/en.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src-vue/src/i18n/lang') diff --git a/src-vue/src/i18n/lang/en.json b/src-vue/src/i18n/lang/en.json index 1fa4e7ee..2b056655 100644 --- a/src-vue/src/i18n/lang/en.json +++ b/src-vue/src/i18n/lang/en.json @@ -111,7 +111,12 @@ "show_deprecated_mods_desc2": "Watch out, such mods are usually deprecated for a good reason.", "profile": { - "active": "Active Profile" + "active": "Active Profile", + "edit": "Edit Profiles", + + "dialog": { + "title": "Profiles" + } }, "repair": { -- cgit v1.2.3