moved subscriptions and licences requests to subpages & renaming

This commit is contained in:
Alex
2024-10-10 21:54:09 +02:00
parent d54f2ae2e6
commit fcfc8ad1e0
11 changed files with 99 additions and 148 deletions

View File

@@ -106,7 +106,7 @@
case "licence_number":
return typeof value === "string" && value.length == 11
? null
: $t("validation.drivers_licence");
: $t("validation.licence");
default:
return typeof value === "string" && !value.trim() && required