diff --git a/android/app/src/main/res/drawable/ic_volunteer.xml b/android/app/src/main/res/drawable/ic_volunteer.xml new file mode 100644 index 000000000..f81cf8acc --- /dev/null +++ b/android/app/src/main/res/drawable/ic_volunteer.xml @@ -0,0 +1,10 @@ + + + diff --git a/android/app/src/main/res/layout-land/about.xml b/android/app/src/main/res/layout-land/about.xml index d4500d316..2fc55d29c 100644 --- a/android/app/src/main/res/layout-land/about.xml +++ b/android/app/src/main/res/layout-land/about.xml @@ -213,7 +213,7 @@ android:textAlignment="viewStart" style="@style/MwmWidget.TextView.Item" android:text="@string/how_to_support_us" - app:drawableStartCompat="@drawable/ic_donate" /> + app:drawableStartCompat="@drawable/ic_volunteer" /> + app:drawableStartCompat="@drawable/ic_volunteer" /> Donate - Support the project + Volunteer and improve CoMaps Copyright diff --git a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings index 494788128..2887d8397 100644 --- a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings @@ -346,7 +346,7 @@ "report_incorrect_map_bug" = "Report or fix incorrect map data"; /* Button in the About screen */ -"volunteer" = "Volunteer"; +"volunteer" = "Volunteer and improve CoMaps"; /* "Social media" section header in the About screen */ "follow_us" = "Connect with us";