From b4cabbb4af45146a14e90a302db56c2f5e8d1b18 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Wed, 15 Apr 2015 17:46:11 -0700 Subject: [PATCH] [Frontend] Added dynamic plurality to "author" field label WTD-1036 If licenses/author node in *bundle.json includes a comma, display authors instead of author as the label --- platform/commonUI/about/res/templates/licenses.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/commonUI/about/res/templates/licenses.html b/platform/commonUI/about/res/templates/licenses.html index 472507a52d..474432014a 100644 --- a/platform/commonUI/about/res/templates/licenses.html +++ b/platform/commonUI/about/res/templates/licenses.html @@ -10,7 +10,7 @@

{{license.name}}

Version {{license.version}} -  | Author {{license.author}} +  | Authors {{license.author}}  | Description {{license.description}}

License