fix(user-menu): confirm text i18n
This commit is contained in:
parent
2e38ad3d90
commit
2dc84bafa2
@ -108,7 +108,7 @@ export function getUserMenu(user: Misskey.entities.UserDetailed, router: IRouter
|
||||
async function getConfirmed(text: string): Promise<boolean> {
|
||||
const confirm = await os.confirm({
|
||||
type: 'warning',
|
||||
title: 'confirm',
|
||||
title: i18n.ts.areYouSure,
|
||||
text,
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user