diff --git a/apps/web/messages/en.json b/apps/web/messages/en.json index 33ca668..8b3f76c 100644 --- a/apps/web/messages/en.json +++ b/apps/web/messages/en.json @@ -100,6 +100,7 @@ "list_finish_confirm_yes": "Yes, finish", "list_finish_confirm_no": "Keep shopping", "tasks_title": "Tasks", + "tasks_new_list": "New list", "tasks_no_lists": "No task lists yet", "tasks_create_first": "Create your first task list", "tasks_new_list_placeholder": "New task list", diff --git a/apps/web/messages/es.json b/apps/web/messages/es.json index f55b254..0e2fb2e 100644 --- a/apps/web/messages/es.json +++ b/apps/web/messages/es.json @@ -100,6 +100,7 @@ "list_finish_confirm_yes": "Sí, terminar", "list_finish_confirm_no": "Seguir comprando", "tasks_title": "Tareas", + "tasks_new_list": "Nueva lista", "tasks_no_lists": "Sin listas de tareas", "tasks_create_first": "Crea tu primera lista de tareas", "tasks_new_list_placeholder": "Nueva lista de tareas", diff --git a/apps/web/src/routes/(app)/tasks/+page.svelte b/apps/web/src/routes/(app)/tasks/+page.svelte index 3c9293d..904ab75 100644 --- a/apps/web/src/routes/(app)/tasks/+page.svelte +++ b/apps/web/src/routes/(app)/tasks/+page.svelte @@ -1,4 +1,5 @@