mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Add key adn translation
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
});
|
||||
|
||||
if (res) {
|
||||
toast.success('Audio settings updated successfully');
|
||||
toast.success($i18n.t('Audio settings updated successfully'));
|
||||
|
||||
config.set(await getBackendConfig());
|
||||
}
|
||||
|
||||
@@ -305,7 +305,7 @@
|
||||
}, 100);
|
||||
}
|
||||
} else {
|
||||
toast.error('No content to speak');
|
||||
toast.error($i18n.t('No content to speak'));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user