diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-10-10 18:21:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 18:21:12 +0200 |
commit | 255ce14f3c36f5e1f2bf5e8242070d0129f15ac1 (patch) | |
tree | 390f740edd697b205dd643fb425df4106020ccdf /src-vue/src/i18n | |
parent | 1815aa8c99deb25bee576c39f3758a1f42e7f4b0 (diff) | |
download | FlightCore-255ce14f3c36f5e1f2bf5e8242070d0129f15ac1.tar.gz FlightCore-255ce14f3c36f5e1f2bf5e8242070d0129f15ac1.zip |
feat: Add button to delete profile (#603)
This adds a button and corresponding logic to delete an existing profile
Spliced out from #444
Co-authored-by: Jan <sentrycraft123@gmail.com>
Diffstat (limited to 'src-vue/src/i18n')
-rw-r--r-- | src-vue/src/i18n/lang/en.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src-vue/src/i18n/lang/en.json b/src-vue/src/i18n/lang/en.json index 2b056655..2bf18c2e 100644 --- a/src-vue/src/i18n/lang/en.json +++ b/src-vue/src/i18n/lang/en.json @@ -11,6 +11,7 @@ "yes": "Yes", "no": "No", "error": "Error", + "confirm": "Confirm", "cancel": "Cancel", "informationShort": "Info", "downloading": "Downloading", @@ -115,7 +116,10 @@ "edit": "Edit Profiles", "dialog": { - "title": "Profiles" + "title": "Profiles", + "delete_confirm": "Are you sure to delete this profile?", + "delete": "Delete", + "clone": "Clone" } }, |