mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-17 03:09:19 +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 {
|
} else if relationship.blocking {
|
||||||
title = L10n.Common.Controls.Friendship.blocked
|
title = L10n.Common.Controls.Friendship.blocked
|
||||||
} else if relationship.domainBlocking {
|
} else if relationship.domainBlocking {
|
||||||
#warning("Wait for #1198 (Domain Block, IOS-5) to be merged")
|
title = L10n.Common.Controls.Friendship.domainBlocked
|
||||||
title = "Unblock domain"
|
|
||||||
} else if relationship.requested {
|
} else if relationship.requested {
|
||||||
title = L10n.Common.Controls.Friendship.pending
|
title = L10n.Common.Controls.Friendship.pending
|
||||||
} else if relationship.muting {
|
} else if relationship.muting {
|
||||||
|
Loading…
Reference in New Issue
Block a user