Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
Change "ok" button's name for "send" (#1658)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Verniers authored and ptsavdar committed Dec 12, 2016
1 parent 7878984 commit ea5e704
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,7 +27,7 @@ <h3>{{ cmc.title }}</h3>
{{ 'cancel'|trans:{}:'platform' }}
</button>
<button type="submit" class="btn btn-primary" ng-click="cmc.submit()" ng-disabled="!cmc.documentModel['content']">
{{ 'ok'|trans:{}:'platform' }}
{{ 'send'|trans:{}:'platform' }}
</button>
</div>
</div>

0 comments on commit ea5e704

Please sign in to comment.