From ecd7a6f8cb5a2e23247a95927de4f899770209b2 Mon Sep 17 00:00:00 2001 From: lazzzis Date: Tue, 16 Apr 2024 10:51:27 -0700 Subject: [PATCH] feat(ui): add manage list at the end of the lists (#2824) --- components/list/Lists.vue | 10 +++++++++- locales/en.json | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/components/list/Lists.vue b/components/list/Lists.vue index 100f4829..afcee5b2 100644 --- a/components/list/Lists.vue +++ b/components/list/Lists.vue @@ -30,7 +30,7 @@ async function edit(listId: string) { diff --git a/locales/en.json b/locales/en.json index 9d4b5843..3f5194ad 100644 --- a/locales/en.json +++ b/locales/en.json @@ -222,6 +222,7 @@ "error": "There was an error while creating the list", "error_prefix": "Error: ", "list_title_placeholder": "List title", + "manage": "Manage lists", "modify_account": "Modify lists with account", "remove_account": "Remove account from list", "save": "Save changes"