Localize button-title for blocked domains (IOS-192)

This commit is contained in:
Nathan Mattes 2024-01-02 15:36:26 +01:00
parent bdb1853b18
commit d1b5b9fc98
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ extension ProfileRelationshipActionButton {
} else if relationship.blocking {
title = L10n.Common.Controls.Friendship.blocked
} else if relationship.domainBlocking {
#warning("Wait for #1198 (Domain Block, IOS-5) to be merged")
title = "Unblock domain"
title = L10n.Common.Controls.Friendship.domainBlocked
} else if relationship.requested {
title = L10n.Common.Controls.Friendship.pending
} else if relationship.muting {