Merge pull request #4305 from cmgustavo/bug/text-translation-01

Fix wording to include in translation
This commit is contained in:
Matias Alejo Garcia 2016-06-08 10:31:24 -03:00
commit d497ddb8e3

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>