Fix l10n strings.

pull/1/head
Matthew Chen 7 years ago
parent 6ab0d81c30
commit ccc64e62bf

@ -87,7 +87,8 @@ public class ContactFieldView: UIView {
}
public class func contactFieldView(forOrganizationName organizationName: String, layoutMargins: UIEdgeInsets) -> UIView {
return simpleFieldView(name: NSLocalizedString("CONTACT_FIELD_ORGANIZATION_NAME", comment: "Label for the 'organization name' field of a contact."),
return simpleFieldView(name: NSLocalizedString("CONTACT_FIELD_ORGANIZATION",
comment: "Label for the 'organization' field of a contact."),
value: organizationName,
layoutMargins: layoutMargins, actionBlock: nil)
}

Loading…
Cancel
Save