Show the error message and localize it

This commit is contained in:
Kenn Jacobsen
2019-01-27 21:23:19 +01:00
committed by Sebastiaan Janssen
parent 1002113e7d
commit 2f146934d3
8 changed files with 6 additions and 7 deletions

View File

@@ -62,7 +62,6 @@
<div ng-show="vm.createFolderError">
<div class="alert alert-error">
<div><strong>{{vm.createFolderError.errorMsg}}</strong></div>
<div>{{vm.createFolderError.data.message}}</div>
</div>
</div>

View File

@@ -52,7 +52,6 @@
<div ng-show="vm.createFolderError">
<div class="alert alert-error">
<div><strong>{{vm.createFolderError.errorMsg}}</strong></div>
<div>{{vm.createFolderError.data.message}}</div>
</div>
</div>

View File

@@ -29,7 +29,6 @@
<div ng-show="vm.createFolderError">
<div class="alert alert-error">
<div><strong>{{vm.createFolderError.errorMsg}}</strong></div>
<div>{{vm.createFolderError.data.message}}</div>
</div>
</div>
@@ -50,4 +49,4 @@
</button>
</div>
</div>
</div>

View File

@@ -35,7 +35,6 @@
<div ng-show="vm.createFolderError">
<div class="alert alert-error">
<div><strong>{{vm.createFolderError.errorMsg}}</strong></div>
<div>{{vm.createFolderError.data.message}}</div>
</div>
</div>