diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-06-10 11:18:41 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-06-10 11:18:41 -0400 |
| commit | e36116ce30e14799310c12f6130927438b81a25f (patch) | |
| tree | 356568f28e1045d9477cf7c507ae931ecd2b8bf0 /www/templates/montage.html | |
| parent | e7befe3843ca144ef0aa50c928a1f6f6c5dec39b (diff) | |
more language fixes
Former-commit-id: f8dd70bcc930d2ed936505d662d1cd06d2519404
Diffstat (limited to 'www/templates/montage.html')
| -rw-r--r-- | www/templates/montage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html index 04245903..43340041 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -118,7 +118,7 @@ </ion-content> <div ng-show="minimal"> - <nav mfb-menu position="br" effect="zoomin" label="{['kCollapse' | translate}}" active-icon="ion-chevron-down" resting-icon="ion-chevron-up" toggling-method="click"> + <nav mfb-menu position="br" effect="zoomin" label="{{'kCollapse' | translate}}" active-icon="ion-chevron-down" resting-icon="ion-chevron-up" toggling-method="click"> <button mfb-button icon="ion-arrow-expand" label="{{'kIncreaseSize' | translate}}" ng-click="sliderChanged(1)"> </button> |
