(not related to the merge) fix instance name in severAllFollowRelations

This commit is contained in:
dakkar 2024-10-10 14:09:36 +01:00
parent 9ea618c4a5
commit 2da85e1163

View file

@ -385,7 +385,7 @@ async function severAllFollowRelations(): void {
const confirm = await os.confirm({
type: 'danger',
text: i18n.tsx.severAllFollowRelationsConfirm({
instanceName: meta.value.shortName ?? meta.value.name,
instanceName: instance.value.shortName ?? instance.value.name,
followingCount: instance.value.followingCount,
followersCount: instance.value.followersCount,
}),