RadarCOVID / radar-covid-android

Native Android app using DP^3T Android sdk to handle Exposure Notifications API from Google
Mozilla Public License 2.0
382 stars 84 forks source link

Updated strings.xml to improve UX #42

Closed JPery closed 3 years ago

JPery commented 3 years ago

Based in this post, I've changed the text on some buttons in order to clarify its functioning and improve user experience

Thanks for your work. Hope this helps!

avecina commented 3 years ago

Texts showing in the app are obtained from a service. Thanks for your contribution.

vjgarciag96 commented 3 years ago

re @avecina:

You mean that the content of the string resource files is downloaded from a service and that's why strings can't be edited directly, don't you? If that's the case, are you planning to apply @JPery's suggestion using the proper process to update strings? Also (if that's the case again) it would be nice to add a section in the CONTRIBUTING.md file explaining this and pointing to the correct way of suggesting improvements in strings to avoid contributors to open unneeded PRs.

Let us know if we can help with anything 🙂