Skip to content

Commit

Permalink
Fix strings (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciek-rdx authored Jul 24, 2023
1 parent 0a93387 commit 4828e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Features/EditPersonaFeature/EditPersonaField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ extension DynamicFieldID: EditPersonaFieldID {
// FIXME: Localize
public var title: String {
switch self {
case .givenNames: return "Given names(s)"
case .givenNames: return "Given Name(s)"
case .nickName: return "Nickname"
case .familyName: return "Family Name"
case .dateOfBirth: return "DoB"
case .companyName: return "Company name"
case .companyName: return "Company Name"
case .emailAddress: return L10n.AuthorizedDapps.PersonaDetails.emailAddress
case .phoneNumber: return L10n.AuthorizedDapps.PersonaDetails.phoneNumber
case .url: return "URL"
Expand Down

0 comments on commit 4828e9b

Please sign in to comment.