🌍 i18n - general_promise_error

ref #10
This commit is contained in:
2020-12-31 16:32:42 +01:00
parent 3d93b04264
commit f1b2c1de26
3 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
{:catch error}
<div class="text-white px-6 py-4 border-0 rounded relative mb-4 bg-red-500">
<span class="inline-block align-middle mr-8">
<b class="capitalize">😢 Error</b>
<b class="capitalize">{$_('general_promise_error')}</b>
{error}
</span>
</div>