diff --git a/lib/country_code_picker.dart b/lib/country_code_picker.dart index 52436aa..3d6f320 100644 --- a/lib/country_code_picker.dart +++ b/lib/country_code_picker.dart @@ -156,7 +156,7 @@ class CountryCodePicker extends StatefulWidget { const EdgeInsets.symmetric(horizontal: 24, vertical: 8), this.searchPadding = const EdgeInsets.symmetric(horizontal: 24), this.headerAlignment = MainAxisAlignment.spaceBetween, - this.headerText = "Select County", + this.headerText = "Select Country", this.headerTextStyle = const TextStyle(fontSize: 18, fontWeight: FontWeight.bold), this.hideHeaderText = false,