From d372e32986ea6be481e5b3270a1912362ce7e798 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 26 Sep 2016 22:21:39 +0300 Subject: [PATCH] Add missing translation strings related to icons page. --- src/uxbox/main/locales/en.cljs | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/uxbox/main/locales/en.cljs b/src/uxbox/main/locales/en.cljs index 7614ebba81..9cfec171f6 100644 --- a/src/uxbox/main/locales/en.cljs +++ b/src/uxbox/main/locales/en.cljs @@ -13,11 +13,14 @@ "%s project" "%s projects"] "ds.num-colors" ["No colors" - "%s color" - "%s colors"] + "%s color" + "%s colors"] "ds.num-images" ["No images" - "%s image" - "%s images"] + "%s image" + "%s images"] + "ds.num-icons" ["No icons" + "%s icon" + "%s icons"] "ds.project-ordering" "Sort by" "ds.project-ordering.by-name" "name" "ds.project-ordering.by-last-update" "last update"