mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
add key i18n
This commit is contained in:
@@ -176,9 +176,9 @@
|
||||
placeholder={$i18n.t('Enter Your Role')}
|
||||
required
|
||||
>
|
||||
<option value="pending"> pending </option>
|
||||
<option value="user"> user </option>
|
||||
<option value="admin"> admin </option>
|
||||
<option value="pending"> {$i18n.t('pending')} </option>
|
||||
<option value="user"> {$i18n.t('user')} </option>
|
||||
<option value="admin"> {$i18n.t('admin')} </option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@@ -262,7 +262,7 @@
|
||||
class="underline dark:text-gray-200"
|
||||
href="{WEBUI_BASE_URL}/static/user-import.csv"
|
||||
>
|
||||
Click here to download user import template file.
|
||||
{$i18n.t('Click here to download user import template file.')}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user