mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 19:10:18 +01:00
fix: wrong i18n key
This commit is contained in:
parent
4a68df9c05
commit
c85dd40871
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ async function onClick() {
|
|||
os.alert({
|
||||
type: 'error',
|
||||
title: i18n.ts.permissionDeniedError,
|
||||
text: i18n.ts.unfollowThisUserProhibited,
|
||||
text: i18n.ts.unfollowThisUserIsProhibited,
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue