🌍 i18n - general_promise_error

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

View File

@ -115,7 +115,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>

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>

View File

@ -49,4 +49,5 @@
"lfk-is-os": "The \"Lauf für Kaya!\" Frontend is (like all other projects for the \"LfK!\" Also) an open source project.",
"oss_credit_description": "We use a lot of open source software on these projects, and would like to thank the following projects and contributors who help make open source great!",
"credits": "Credits"
"general_promise_error": "😢 Error"
}