Move congratulations strings to Untranslated.strings.

Update after PR Feedback
This commit is contained in:
Doug
2022-02-28 14:27:32 +00:00
parent bf8ae6328f
commit 2c3abc6a0b
14 changed files with 43 additions and 43 deletions
@@ -52,8 +52,8 @@ final class TemplateUserProfileCoordinator: Coordinator, Presentable {
func start() {
MXLog.debug("[TemplateUserProfileCoordinator] did start.")
templateUserProfileViewModel.completion = { [weak self] result in
MXLog.debug("[TemplateUserProfileCoordinator] TemplateUserProfileViewModel did complete with result: \(result).")
guard let self = self else { return }
MXLog.debug("[TemplateUserProfileCoordinator] TemplateUserProfileViewModel did complete with result: \(result).")
switch result {
case .cancel, .done:
self.completion?()