Skip to content

Commit

Permalink
Merge pull request #126 from MohamedElzohirey/patch-2
Browse files Browse the repository at this point in the history
change "CountryPicker" to be "Country Picker"
  • Loading branch information
SURYAKANTSHARMA authored Jan 20, 2025
2 parents 9711e7c + 03091bc commit 6c33f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CountryPicker/Sources/Configuration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct Configuration {
detailColor: Color = .secondary,
isCountryFlagHidden: Bool = false,
isCountryDialHidden: Bool = false,
navigationTitleText: String = "CountryPicker"
navigationTitleText: String = "Country Picker"
) {
self.flagStyle = flagStyle
self.labelFont = labelFont
Expand Down

0 comments on commit 6c33f34

Please sign in to comment.