mirror of
https://github.com/nasa/openmct.git
synced 2025-04-16 07:26:53 +00:00
[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
This commit is contained in:
parent
b6503489b9
commit
b4cabbb4af
@ -10,7 +10,7 @@
|
||||
<h3><a target="_blank" ng-href="{{license.website}}">{{license.name}}</a></h3>
|
||||
<p>
|
||||
<em>Version</em> {{license.version}}
|
||||
<em> | Author</em> {{license.author}}
|
||||
<em> | Author<span ng-show="license.author.indexOf(',') > 0">s</span></em> {{license.author}}
|
||||
<em> | Description</em> {{license.description}}
|
||||
</p>
|
||||
<em>License</em>
|
||||
|
Loading…
x
Reference in New Issue
Block a user