Skip to content

Commit

Permalink
fix(i18n): fix out of date i18n keys in services
Browse files Browse the repository at this point in the history
This commit fixes some out of date translation keys in services that
were never updated with key definition changes.
  • Loading branch information
Jonathan Niles committed Aug 15, 2016
1 parent 3d61911 commit 18dd34c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<!-- Excel -->
</div>

<div class="modal-barter">
<div class="modal-footer">
<button type="button" class="btn btn-default btn-sm" ng-click="ReceiptCtrl.close()" data-action="close">
{{ "FORM.BUTTONS.CLOSE" | translate }}
</button>
Expand Down

0 comments on commit 18dd34c

Please sign in to comment.