mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-04 11:19:07 -05:00
fix: add missed translations
This commit is contained in:
@@ -111,7 +111,9 @@
|
||||
toast.error(error.error);
|
||||
}
|
||||
} else {
|
||||
toast.error($i18n.t('Uh-oh! There was an issue connecting to llama.'));
|
||||
toast.error(
|
||||
$i18n.t('Uh-oh! There was an issue connecting to {{provider}}.', { provider: 'llama' })
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user