mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-02 22:10:25 +08:00
fix: i18n & other optimizations
This commit is contained in:
@@ -27,7 +27,7 @@ export function useI18nPleaseSelect(labelI18nKey: string) {
|
||||
* @returns
|
||||
*/
|
||||
export async function useI18nDeleteConfirm(name: string = '') {
|
||||
return useI18nConfirm('common.deleteConfirm', { name });
|
||||
return useI18nConfirm('common.deleteConfirm2', { name });
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user