fix display name screen title

pull/1023/head
Ryan ZHAO 1 year ago
parent eb8f2d3c26
commit 0d6ed3fa1f

@ -31,7 +31,7 @@ struct DisplayNameScreen: View {
) { ) {
Spacer(minLength: 0) Spacer(minLength: 0)
let title: String = (self.flow == .register) ? "vc_display_name_title_2".localized() : "displayNameNew".localized() let title: String = (self.flow == .register) ? "displayNamePick".localized() : "displayNameNew".localized()
Text(title) Text(title)
.bold() .bold()
.font(.system(size: Values.veryLargeFontSize)) .font(.system(size: Values.veryLargeFontSize))

Loading…
Cancel
Save