fix: wrong i18n key

This commit is contained in:
kakkokari-gtyih 2024-11-18 00:03:35 +09:00
parent 4a68df9c05
commit c85dd40871
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}); });
} }
}); });