diff options
author | Jan <sentrycraft123@gmail.com> | 2023-08-09 23:09:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-09 23:09:59 +0200 |
commit | eb1dabde7dacdd36fd7f2e5da6f343bc5ef7c6d4 (patch) | |
tree | 019321fd5724a3f504582b5d46dc2558a58ed63e /src-vue/src/i18n/lang/en.json | |
parent | dd9bf56734a87d70f1772af46b618b4c53fb0b42 (diff) | |
download | FlightCore-eb1dabde7dacdd36fd7f2e5da6f343bc5ef7c6d4.tar.gz FlightCore-eb1dabde7dacdd36fd7f2e5da6f343bc5ef7c6d4.zip |
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.
Diffstat (limited to 'src-vue/src/i18n/lang/en.json')
-rw-r--r-- | src-vue/src/i18n/lang/en.json | 7 |
1 files changed, 6 insertions, 1 deletions
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": { |