fix: wrong i18n key
This commit is contained in:
parent
4a68df9c05
commit
c85dd40871
|
@ -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 New Issue