Skip to content
Snippets Groups Projects
Commit 2da85e11 authored by dakkar's avatar dakkar
Browse files

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

parent 9ea618c4
No related branches found
No related tags found
No related merge requests found
......@@ -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,
}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment