diff --git a/OsmAnd/res/layout/quick_action_add_favorite.xml b/OsmAnd/res/layout/quick_action_add_favorite.xml index 0cb3ba924c..cb58557e32 100644 --- a/OsmAnd/res/layout/quick_action_add_favorite.xml +++ b/OsmAnd/res/layout/quick_action_add_favorite.xml @@ -107,7 +107,7 @@ android:inputType="text" android:textColor="?android:textColorPrimary" android:textColorHint="?android:textColorSecondary" - tools:text="@string/shared_string_action_name"/> + tools:text="@string/shared_string_name"/> diff --git a/OsmAnd/res/layout/quick_action_add_gpx.xml b/OsmAnd/res/layout/quick_action_add_gpx.xml index 395e277208..0e8f8913b4 100644 --- a/OsmAnd/res/layout/quick_action_add_gpx.xml +++ b/OsmAnd/res/layout/quick_action_add_gpx.xml @@ -107,7 +107,7 @@ android:inputType="text" android:textColor="?android:textColorPrimary" android:textColorHint="?android:textColorSecondary" - tools:text="@string/shared_string_action_name"/> + tools:text="@string/shared_string_name"/>