mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-22 22:59:28 +01:00
Add Ukrainian translation for keys + formatin
This commit is contained in:
@@ -111,7 +111,9 @@
|
||||
saveSettings({ responseAutoCopy: responseAutoCopy });
|
||||
} else {
|
||||
toast.error(
|
||||
$i18n.t('Clipboard write permission denied. Please check your browser settings to grant the necessary access.')
|
||||
$i18n.t(
|
||||
+ 'Clipboard write permission denied. Please check your browser settings to grant the necessary access.'
|
||||
+ )
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user