Fix wording to include in translation

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-08 10:19:39 -03:00
commit 1eac4b51e2
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -6,8 +6,8 @@
<input type="text" ng-model="data.comment" autofocus>
</div>
<div class="small-6 columns">
<button class="round outline dark-gray expand" ng-click="commentPopupClose()" translate>CANCEL</button>
<button class="round outline dark-gray expand" ng-click="commentPopupClose()" translate>Cancel</button>
</div>
<div class="small-6 columns">
<button ng-style="{'background-color': index.backgroundColor}" class="round outline expand" ng-click="commentPopupSave()" translate>SAVE</button>
<button ng-style="{'background-color': index.backgroundColor}" class="round outline expand" ng-click="commentPopupSave()" translate>Save</button>
</div>