Edit the wording of version

1. Fix word of app version on summary page
2. Fix version on version cart view

Signed-off-by: Qian Deng <dengq@vmware.com>
This commit is contained in:
Qian Deng 2018-08-15 17:22:26 +08:00
parent b98af169af
commit 07da2fd5d6
6 changed files with 6 additions and 2 deletions

View File

@ -40,7 +40,7 @@
</td>
</tr>
<tr>
<td class="left">{{'HELM_CHART.VERSION' | translate }}</td>
<td class="left">{{'HELM_CHART.APP_VERSION' | translate }}</td>
<td class="left">{{ summary.appVersion }}</td>
</tr>
</tbody>

View File

@ -100,7 +100,7 @@
</div>
<div class="form-group">
<label class="card-label">{{'HELM_CHART.VERSION' | translate}}</label>
<div>{{item.appVersion}}</div>
<div>{{item.version}}</div>
</div>
</div>
<div class="card-footer">

View File

@ -487,6 +487,7 @@
"MAINTAINERS": "Maintainers",
"PULLS": "Pull Count",
"VERSION": "Version",
"APP_VERSION": "App Version",
"INSTALL": "Install",
"INSTALL_CHART": "Install Chart",
"NAME": "Name",

View File

@ -486,6 +486,7 @@
"MAINTAINERS": "Maintainers",
"PULLS": "Pull Count",
"VERSION": "Version",
"APP_VERSION": "App Version",
"INSTALL": "Install",
"INSTALL_CHART": "Install Chart",
"NAME": "Name",

View File

@ -462,6 +462,7 @@
"MAINTAINERS": "Maintainers",
"PULLS": "Pull Count",
"VERSION": "Version",
"APP_VERSION": "App Version",
"INSTALL": "Install",
"INSTALL_CHART": "Install Chart",
"NAME": "Name",

View File

@ -494,6 +494,7 @@
"DELETE": "删除",
"OF": "的",
"VERSIONS": "版本",
"APP_VERSION": "应用版本",
"IMAGES": "镜像",
"ENGINE": "引擎",
"ACTION": "动作",