From 4ebd2bded7262187af7509bcc73d6e714d5e3a89 Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Thu, 22 Dec 2022 19:26:37 +0100 Subject: [PATCH] Fix button-title (#690) --- .../Onboarding/PickServer/MastodonPickServerViewModel.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mastodon/Scene/Onboarding/PickServer/MastodonPickServerViewModel.swift b/Mastodon/Scene/Onboarding/PickServer/MastodonPickServerViewModel.swift index 199c2400f..7a408f625 100644 --- a/Mastodon/Scene/Onboarding/PickServer/MastodonPickServerViewModel.swift +++ b/Mastodon/Scene/Onboarding/PickServer/MastodonPickServerViewModel.swift @@ -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