commit 18066161b0fc99112cad660c8e3d861051489db5
parent 1ff69d2c15e57a3c95c5e2587e59a6b6ac130f3a
Author: Florian Dold <florian@dold.me>
Date: Tue, 25 Mar 2025 02:49:34 +0100
form tweaks
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/web-util/src/forms/gana/VQF_902_11.ts b/packages/web-util/src/forms/gana/VQF_902_11.ts
@@ -44,7 +44,7 @@ export function VQF_902_11(
],
},
{
- title: i18n.str`The contracting partner hereby declares that:`,
+ title: i18n.str`Controlling person(s)`,
fields: [
{
id: TalerFormAttributes.CONTROL_REASON,
@@ -71,7 +71,7 @@ export function VQF_902_11(
},
{
id: TalerFormAttributes.IDENTITY_LIST,
- label: i18n.str`Persons`,
+ label: i18n.str`Controlling person(s)`,
type: "array",
validator(persons) {
if (!persons || persons.length < 1) {