feat(localization): update toast messages for consistency and improved error handling across various components

This commit is contained in:
Will Miao
2025-08-31 18:38:42 +08:00
parent 7bef562541
commit f80e266d02
8 changed files with 366 additions and 120 deletions

View File

@@ -418,7 +418,7 @@ export class DownloadManager {
const config = this.apiClient.apiConfig.config;
if (!modelRoot) {
showToast('models.pleaseSelectRoot', { type: config.displayName }, 'error');
showToast('toast.models.pleaseSelectRoot', { type: config.displayName }, 'error');
return;
}