From 27aa1af1802dd6ec8f594ebf91dd60775ade594b Mon Sep 17 00:00:00 2001 From: brockfanning Date: Mon, 16 Sep 2024 08:29:12 -0400 Subject: [PATCH] Another fix for yes/no --- translations/en/indicator.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/en/indicator.yml b/translations/en/indicator.yml index 263ca817..1bbbac5a 100644 --- a/translations/en/indicator.yml +++ b/translations/en/indicator.yml @@ -160,5 +160,5 @@ proxy_description: This indicator contains some alternative data to those specif # Description of a footnote that is applied to a particular data value (observation). note: note # Yes/No for binary-style charts and tables -affirmative: Yes -negative: No +affirmative: 'Yes' +negative: 'No'