diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-01-21 13:02:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-21 13:02:43 +0100 |
commit | dc2a6d7bcee85481f3e53daffdb00436af01c309 (patch) | |
tree | 722ea33161735cc2efd1f94b51df88b939ff6d19 /src-vue/src/i18n | |
parent | 4d930dc7f38ebe4874e007628ff9b733d7b64e5b (diff) | |
download | FlightCore-dc2a6d7bcee85481f3e53daffdb00436af01c309.tar.gz FlightCore-dc2a6d7bcee85481f3e53daffdb00436af01c309.zip |
feat: Add option to clone existing profile (#761)
* add dev button to refetch profiles
* add dialog box with a table of all profiles
* add button to delete non default profiles to dialog box
* add button to clone profile to dialog box
* style: Add trailing comma
* docs: Add doc comment explaining function
* fix: Remove leftover testing code
* fix: Delete duplicate function registration
* chore: Sort Tauri function registrations alphabetically
---------
Co-authored-by: Jan200101 <sentrycraft123@gmail.com>
Diffstat (limited to 'src-vue/src/i18n')
-rw-r--r-- | src-vue/src/i18n/lang/en.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src-vue/src/i18n/lang/en.json b/src-vue/src/i18n/lang/en.json index 6bbb6919..e0460fd1 100644 --- a/src-vue/src/i18n/lang/en.json +++ b/src-vue/src/i18n/lang/en.json @@ -119,7 +119,9 @@ "title": "Profiles", "delete_confirm": "Are you sure to delete this profile?", "delete": "Delete", - "clone": "Clone" + "clone": "Clone", + "new_profile_name": "Enter the new Profile name", + "create_empty": "New Profile" } }, |