forked from open-webui/open-webui
fix: add missed translations
This commit is contained in:
parent
da0202851f
commit
6d2f462090
14 changed files with 126 additions and 76 deletions
|
@ -38,7 +38,9 @@
|
|||
await goto('/prompts');
|
||||
}
|
||||
} else {
|
||||
toast.error('Only alphanumeric characters and hyphens are allowed in the command string.');
|
||||
toast.error(
|
||||
$i18n.t('Only alphanumeric characters and hyphens are allowed in the command string.')
|
||||
);
|
||||
}
|
||||
|
||||
loading = false;
|
||||
|
|
|
@ -36,7 +36,9 @@
|
|||
await goto('/prompts');
|
||||
}
|
||||
} else {
|
||||
toast.error('Only alphanumeric characters and hyphens are allowed in the command string.');
|
||||
toast.error(
|
||||
$i18n.t('Only alphanumeric characters and hyphens are allowed in the command string.')
|
||||
);
|
||||
}
|
||||
|
||||
loading = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue