forked from open-webui/open-webui
fix: make translation key naming consistent
This commit is contained in:
parent
d4fd6c5a57
commit
ec8f229f5a
4 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@
|
|||
<div class="m-auto pb-44 flex flex-col justify-center">
|
||||
<div class="max-w-md">
|
||||
<div class="text-center text-2xl font-medium z-50">
|
||||
{$i18n.t('{{webui_name}} Backend Required', { webui_name: $WEBUI_NAME })}
|
||||
{$i18n.t('{{webUIName}} Backend Required', { webUIName: $WEBUI_NAME })}
|
||||
</div>
|
||||
|
||||
<div class=" mt-4 text-center text-sm w-full">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue