From 255ce14f3c36f5e1f2bf5e8242070d0129f15ac1 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:21:12 +0200 Subject: 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 --- src-vue/src/i18n/lang/en.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src-vue/src/i18n/lang/en.json') 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" } }, -- cgit v1.2.3