From 8c46bc140a7572ade0795a9244c109e073b07078 Mon Sep 17 00:00:00 2001 From: jomaxro Date: Thu, 8 Jun 2017 00:17:47 -0400 Subject: [PATCH] Fix pluralization for theme out-of-date notice --- config/locales/client.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 1a4cd78fd8b..702f4943ff2 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -2877,7 +2877,7 @@ en: add: "Add" commits_behind: one: "Theme is 1 commit behind!" - other: "Theme is {{count}} commit behind!" + other: "Theme is {{count}} commits behind!" scss: text: "CSS" title: "Enter custom CSS, we accept all valid CSS and SCSS styles"