Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit eb3f359

Browse files
committed
ci: run pre-commit
1 parent 7b5f3b0 commit eb3f359

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

messages/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"edit_task_title": "Edit task",
9090
"edit_task_description": "Are you sure you want to edit task?",
9191
"edit_task_title_label": "Task title",
92+
"edit_task_submit_description": "Are you sure you want to save changes?",
9293

9394
"form_schema_invalid_email_error_message": "Invalid email address",
9495
"form_schema_username_required_error_message": "Username is required",

messages/pl.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"edit_task_title": "Edytuj zadanie",
9090
"edit_task_description": "Czy na pewno chcesz edytować zadanie?",
9191
"edit_task_title_label": "Tytuł zadania",
92+
"edit_task_submit_description": "Czy na pewno chcesz zapisać zmiany?",
9293

9394
"form_schema_invalid_email_error_message": "Nieprawidłowy adres e-mail",
9495
"form_schema_username_required_error_message": "Nazwa użytkownika jest wymagana",

src/lib/components/tasks/EditTaskDialog.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<Separator class="my-4" />
9292
<div class="flex-row w-full">
9393
<div class="my-4">
94-
{m.edit_profile_password_change_description()}
94+
{m.edit_task_submit_description()}
9595
</div>
9696
<Form.Button type="submit">{m.edit_profile_submit()}</Form.Button>
9797
</div>

static/MaxitLogo.svg

Lines changed: 1 addition & 1 deletion
Loading

static/MaxitLogoWithBg.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)