diff --git a/project.inlang/messages/de.json b/project.inlang/messages/de.json index 3d6bbdb..0a61430 100644 --- a/project.inlang/messages/de.json +++ b/project.inlang/messages/de.json @@ -694,7 +694,8 @@ "title": "Telefonnummer erforderlich", "label": "Kunden müssen eine Telefonnummer angeben, wenn sie einen Termin buchen." } - } + }, + "action": "Speichern" } }, "account": { diff --git a/project.inlang/messages/en.json b/project.inlang/messages/en.json index 9372fa1..6878aa4 100644 --- a/project.inlang/messages/en.json +++ b/project.inlang/messages/en.json @@ -703,7 +703,8 @@ "title": "Require Phone Number", "label": "Require clients to provide a phone number when booking an appointment." } - } + }, + "action": "Save" } }, "account": { diff --git a/src/routes/(pages)/dashboard/settings/(components)/edit-settings-form/edit-settings-form.svelte b/src/routes/(pages)/dashboard/settings/(components)/edit-settings-form/edit-settings-form.svelte index 7b7517d..3a2327d 100644 --- a/src/routes/(pages)/dashboard/settings/(components)/edit-settings-form/edit-settings-form.svelte +++ b/src/routes/(pages)/dashboard/settings/(components)/edit-settings-form/edit-settings-form.svelte @@ -333,7 +333,7 @@ disabled={isSubmitting} class="sm:ml-auto" > - {m["tenants.edit.action"]()} + {m["settings.form.action"]()}