New design for modals. Fix notification errors

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-03 13:43:59 -03:00
commit 93b935ee0a
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
11 changed files with 185 additions and 158 deletions

View file

@ -20,8 +20,8 @@
<div class="content preferences">
<div class="box-notification" ng-show="wordsC.error">
<span class="text-warning" translate>
{{wordsC.error}}
<span class="text-warning">
{{wordsC.error|translate}}
</span>
</div>