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 TemplateSimpleScreenCoordinator: Coordinator, Presentable {
func start() {
MXLog.debug("[TemplateSimpleScreenCoordinator] did start.")
templateSimpleScreenViewModel.completion = { [weak self] result in
MXLog.debug("[TemplateSimpleScreenCoordinator] TemplateSimpleScreenViewModel did complete with result: \(result).")
guard let self = self else { return }
MXLog.debug("[TemplateSimpleScreenCoordinator] TemplateSimpleScreenViewModel did complete with result: \(result).")
self.completion?(result)
}
}