Block error status code fix

This commit is contained in:
softsimon 2022-07-02 18:50:04 +02:00
parent 7262f61ca0
commit bae43249b2
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -358,7 +358,7 @@
<div class="text-center">
<span i18n="error.general-loading-data">Error loading data.</span>
<br><br>
<i>{{ error.code }}: {{ error.error }}</i>
<i>{{ error.status }}: {{ error.error }}</i>
</div>
</ng-template>