mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Fix button-title (#690)
This commit is contained in:
parent
9806c2aa84
commit
4ebd2bded7
@ -320,9 +320,9 @@ extension MastodonPickServerViewModel: PickServerCategoryCollectionViewCellDeleg
|
||||
|
||||
case .signupSpeed(_):
|
||||
|
||||
let doesntMatterAction = UIAction(title: L10n.Scene.ServerPicker.SignupSpeed.all) { action in
|
||||
let doesntMatterAction = UIAction(title: L10n.Scene.ServerPicker.SignupSpeed.all) { _ in
|
||||
self.manualApprovalRequired.value = nil
|
||||
cell.titleLabel.text = action.title
|
||||
cell.titleLabel.text = L10n.Scene.ServerPicker.Button.signupSpeed
|
||||
}
|
||||
|
||||
let manualApprovalAction = UIAction(title: L10n.Scene.ServerPicker.SignupSpeed.manuallyReviewed) { action in
|
||||
|
Loading…
x
Reference in New Issue
Block a user