mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-09-12 04:07:39 +02:00
Show proper label on settings form
This commit is contained in:
@@ -694,7 +694,8 @@
|
||||
"title": "Telefonnummer erforderlich",
|
||||
"label": "Kunden müssen eine Telefonnummer angeben, wenn sie einen Termin buchen."
|
||||
}
|
||||
}
|
||||
},
|
||||
"action": "Speichern"
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
|
||||
@@ -703,7 +703,8 @@
|
||||
"title": "Require Phone Number",
|
||||
"label": "Require clients to provide a phone number when booking an appointment."
|
||||
}
|
||||
}
|
||||
},
|
||||
"action": "Save"
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
|
||||
+1
-1
@@ -333,7 +333,7 @@
|
||||
disabled={isSubmitting}
|
||||
class="sm:ml-auto"
|
||||
>
|
||||
{m["tenants.edit.action"]()}
|
||||
{m["settings.form.action"]()}
|
||||
</Form.Button>
|
||||
</div>
|
||||
</Form.Root>
|
||||
|
||||
Reference in New Issue
Block a user