From 72afd1752dc6dc70500b51fc527663c18a983085 Mon Sep 17 00:00:00 2001 From: bencroker Date: Mon, 12 Feb 2024 10:45:47 -0600 Subject: [PATCH] Fix single/plural wording --- src/templates/_utilities/diagnostics/index.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/_utilities/diagnostics/index.twig b/src/templates/_utilities/diagnostics/index.twig index f9240568..061e5104 100644 --- a/src/templates/_utilities/diagnostics/index.twig +++ b/src/templates/_utilities/diagnostics/index.twig @@ -50,12 +50,12 @@ {% if settings.refreshCacheAutomaticallyForGlobals %} {{ globalSetCount }} - {{ '{num, plural, =1{global} other{globals}}'|t('blitz', { num: globalSetCount }) }} exist and + {{ '{num, plural, =1{global exists} other{globals exist}}'|t('blitz', { num: globalSetCount }) }} and refreshCacheAutomaticallyForGlobals is enabled. {% else %} {{ globalSetCount }} - {{ '{num, plural, =1{global} other{globals}}'|t('blitz', { num: globalSetCount }) }} exist and + {{ '{num, plural, =1{global exists} other{globals exist}}'|t('blitz', { num: globalSetCount }) }} and refreshCacheAutomaticallyForGlobals is disabled. {% endif %} {% else %}