Merge pull request #4305 from cmgustavo/bug/text-translation-01
Fix wording to include in translation
This commit is contained in:
commit
d497ddb8e3
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue