(not related to the merge) fix instance name in severAllFollowRelations
This commit is contained in:
parent
9ea618c4a5
commit
2da85e1163
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ async function severAllFollowRelations(): void {
|
||||||
const confirm = await os.confirm({
|
const confirm = await os.confirm({
|
||||||
type: 'danger',
|
type: 'danger',
|
||||||
text: i18n.tsx.severAllFollowRelationsConfirm({
|
text: i18n.tsx.severAllFollowRelationsConfirm({
|
||||||
instanceName: meta.value.shortName ?? meta.value.name,
|
instanceName: instance.value.shortName ?? instance.value.name,
|
||||||
followingCount: instance.value.followingCount,
|
followingCount: instance.value.followingCount,
|
||||||
followersCount: instance.value.followersCount,
|
followersCount: instance.value.followersCount,
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in a new issue