fix: wrong i18n key
This commit is contained in:
parent
4a68df9c05
commit
c85dd40871
|
@ -103,7 +103,7 @@ async function onClick() {
|
||||||
os.alert({
|
os.alert({
|
||||||
type: 'error',
|
type: 'error',
|
||||||
title: i18n.ts.permissionDeniedError,
|
title: i18n.ts.permissionDeniedError,
|
||||||
text: i18n.ts.unfollowThisUserProhibited,
|
text: i18n.ts.unfollowThisUserIsProhibited,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue