mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Add Ukrainian translation for keys + formatin
This commit is contained in:
@@ -32,7 +32,9 @@
|
||||
saveSettings({ notificationEnabled: notificationEnabled });
|
||||
} else {
|
||||
toast.error(
|
||||
$i18n.t('Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.')
|
||||
$i18n.t(
|
||||
+ 'Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.'
|
||||
+ )
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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