diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-07-15 16:51:20 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-07-15 16:51:20 +0200 |
commit | 9ee553ef23cb86b2fcdf7879149c833c81fa8fb5 (patch) | |
tree | 9a4cf72784dbfbdccea82d0781c6e0028f63bed8 /src-vue/src/i18n/lang/en.json | |
parent | 3ce94cde959df602fc2ed9fc42d24edf24efe7a4 (diff) | |
download | FlightCore-9ee553ef23cb86b2fcdf7879149c833c81fa8fb5.tar.gz FlightCore-9ee553ef23cb86b2fcdf7879149c833c81fa8fb5.zip |
feat: Change repair window to tab
Diffstat (limited to 'src-vue/src/i18n/lang/en.json')
-rw-r--r-- | src-vue/src/i18n/lang/en.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src-vue/src/i18n/lang/en.json b/src-vue/src/i18n/lang/en.json index 4c3da49f..1551e7a4 100644 --- a/src-vue/src/i18n/lang/en.json +++ b/src-vue/src/i18n/lang/en.json @@ -4,6 +4,7 @@ "changelog": "Changelog", "mods": "Mods", "settings": "Settings", + "repair": "Repair", "dev": "Dev" }, @@ -128,11 +129,10 @@ "repair": { "title": "Repair", - "open_window": "Open repair window", + "open_view": "Open repair view", "window": { - "title": "FlightCore repair window", - "warning": "This window contains various functionality to repair common issues with Northstar and FlightCore.", + "warning": "This view contains various functionality to repair common issues with Northstar and FlightCore.", "disable_all_but_core": "Disable all but core mods", "disable_all_but_core_success": "Disabled all mods but core", "disable_modsettings": "Disable ModSettings mod", |