[TrivialFix] Make translatable string more clear

Change-Id: I8783981e219f47456986210fe4a31da3b51b6be6
This commit is contained in:
jing.liuqing 2017-06-15 22:52:39 +08:00
parent fa10215b31
commit fcd30d95e8
2 changed files with 6 additions and 6 deletions

View File

@ -15,8 +15,8 @@
</p>
<div class="form-group">
<label for="keypair-name" translate>
Key Pair Name
<label for="keypair-name">
<translate>Key Pair Name</translate>
<span class="hz-icon-required fa fa-asterisk"></span>
</label>
<input class="form-control" name="name" id="keypair-name"
@ -25,8 +25,8 @@
</div>
<div class="form-group">
<label for="public-key" translate>
Public Key
<label for="public-key">
<translate>Public Key</translate>
<span class="hz-icon-required fa fa-asterisk"></span>
</label>
<textarea class="form-control" id="public-key" name="key" rows="15"

View File

@ -57,8 +57,8 @@
<div class="col-xs-6">
<div ng-if="model.newInstanceSpec.vol_create == true">
<div class="form-group" ng-class="{ 'has-error': launchInstanceSourceForm['volume-size'].$invalid }">
<label for="volume-size" class="control-label" translate>
Volume Size (GB)
<label for="volume-size" class="control-label">
<translate>Volume Size (GB)</translate>
<span class="hz-icon-required fa fa-asterisk"></span>
</label>
<input name="volume-size"