fix(user-menu): confirm text i18n
This commit is contained in:
parent
2e38ad3d90
commit
2dc84bafa2
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ export function getUserMenu(user: Misskey.entities.UserDetailed, router: IRouter
|
||||||
async function getConfirmed(text: string): Promise<boolean> {
|
async function getConfirmed(text: string): Promise<boolean> {
|
||||||
const confirm = await os.confirm({
|
const confirm = await os.confirm({
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
title: 'confirm',
|
title: i18n.ts.areYouSure,
|
||||||
text,
|
text,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue