From f1f9970407a064ecc832ae73299cd9c9d065a9e2 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 24 Oct 2025 23:03:41 +0200 Subject: [PATCH] Either instead of Any Kids --- common/src/has-kids.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/has-kids.ts b/common/src/has-kids.ts index 94dac020..7b5fa4aa 100644 --- a/common/src/has-kids.ts +++ b/common/src/has-kids.ts @@ -11,7 +11,7 @@ export interface HasKidsLabelsMap { export const hasKidsLabels: HasKidsLabelsMap = { no_preference: { name: 'Any kids', - shortName: 'Any kids', + shortName: 'Either', value: -1, }, has_kids: {