mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-16 10:48:49 +01:00
Localize button-title for blocked domains (IOS-192)
This commit is contained in:
parent
bdb1853b18
commit
d1b5b9fc98
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user