summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/select_country_dialog.xml2
-rw-r--r--app/src/main/res/menu/countries_menu.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/select_country_dialog.xml b/app/src/main/res/layout/select_country_dialog.xml
index e442a8023..70f93bb77 100644
--- a/app/src/main/res/layout/select_country_dialog.xml
+++ b/app/src/main/res/layout/select_country_dialog.xml
@@ -11,7 +11,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="20dp"
- android:hint="@string/country"
+ android:hint="@string/select_country"
app:endIconMode="none"
style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu">
diff --git a/app/src/main/res/menu/countries_menu.xml b/app/src/main/res/menu/countries_menu.xml
index 7e31b7467..e0bd7dafe 100644
--- a/app/src/main/res/menu/countries_menu.xml
+++ b/app/src/main/res/menu/countries_menu.xml
@@ -12,6 +12,6 @@
<item
android:id="@+id/discover_countries_item"
android:enabled="true"
- android:title="@string/country"
+ android:title="@string/select_country"
android:visible="true" />
</menu> \ No newline at end of file