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>
<div class="box mt-30"> <div class="box mt-30">
<h4>{{t 'cloud.driverGoogle.machine'}}</h4> <h4>{{t 'cloud.machine'}}</h4>
<div class="row"> <div class="row">
<div class="col span-4"> <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}} {{input-number min=1 value=config.nodeCount}}
</div> </div>
<div class="col span-4"> <div class="col span-4">

View File

@ -73,7 +73,7 @@ export default Component.extend({
this.on('change', this, this._change); 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() { // didRender() {
// this._change(); // this._change();
// }, // },