feat(frontend): edit names/pronouns

This commit is contained in:
sam 2024-11-25 23:07:17 +01:00
parent b6d42fb15d
commit 59496a8cd8
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
18 changed files with 470 additions and 14 deletions

View file

@ -414,7 +414,7 @@ public static partial class ValidationUtils
case > Limits.FieldEntryTextLimit:
errors.Add(
(
$"{errorPrefix}.{entryIdx}.value",
$"{errorPrefix}.{entryIdx}.display_text",
ValidationError.LengthError(
"Pronoun display text is too long",
1,
@ -427,7 +427,7 @@ public static partial class ValidationUtils
case < 1:
errors.Add(
(
$"{errorPrefix}.{entryIdx}.value",
$"{errorPrefix}.{entryIdx}.display_text",
ValidationError.LengthError(
"Pronoun display text is too short",
1,