translations

This commit is contained in:
Westly Wright 2018-01-31 16:48:05 -07:00
parent 8cde8a897b
commit b436ef5ad3
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
2 changed files with 3 additions and 3 deletions

View File

@ -54,10 +54,10 @@
</div>
<div class="box mt-30">
<h4>{{t 'cloud.driverGoogle.machine'}}</h4>
<h4>{{t 'cloud.machine'}}</h4>
<div class="row">
<div class="col span-4">
<label class="acc-label">{{t 'cloud.driverGoogle.nodeCount.label'}}</label>
<label class="acc-label">{{t 'cloud.nodeCount.label'}}</label>
{{input-number min=1 value=config.nodeCount}}
</div>
<div class="col span-4">

View File

@ -73,7 +73,7 @@ export default Component.extend({
this.on('change', this, this._change);
},
// dont know why this is hear but it causes issues trying to set on undefined objects
// dont know why this is here but it causes issues trying to set on undefined objects
// didRender() {
// this._change();
// },