Show proper label on settings form

This commit is contained in:
Karl Ludwig Weise
2026-01-16 15:35:29 +01:00
parent 65a9807ad8
commit 439d1d198f
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -694,7 +694,8 @@
"title": "Telefonnummer erforderlich",
"label": "Kunden müssen eine Telefonnummer angeben, wenn sie einen Termin buchen."
}
}
},
"action": "Speichern"
}
},
"account": {
+2 -1
View File
@@ -703,7 +703,8 @@
"title": "Require Phone Number",
"label": "Require clients to provide a phone number when booking an appointment."
}
}
},
"action": "Save"
}
},
"account": {
@@ -333,7 +333,7 @@
disabled={isSubmitting}
class="sm:ml-auto"
>
{m["tenants.edit.action"]()}
{m["settings.form.action"]()}
</Form.Button>
</div>
</Form.Root>