The consent text on the Share Data screen refers to the "SHARE DATA" button using the term "Accept", which is not the label of the button.
Set language to English (United Kingdom)

If the text says "By tapping on ...." then the name it uses should be the name used on the button to be tapped.
Change the label "Share Data" in strings.xml to agree with the legal text "Accept". The string is named onboarding_ppa_consent_donate_button
Leave the string containing the text "By tapping on "Accept", you consent to the following:" to agree with the changed name of the button. This string is in legal_strings.xml and has the name ppa_onboarding_privacy_information_body
In addition the string onboarding_ppa_more_info_decline_processing_text contains the text "If you do not consent to this transfer of your data to a third country, please do not tap on “Accept”. You will still be able to use the app, but not the data donation sharing feature." This will be correct if the button label is changed.
In German the text says:
"Indem Sie "Datenspende" aktivieren, willigen Sie ein:" which does not explicitly refer to the name of the button name, which is "Daten Spenden".
However, the German text in onboarding_ppa_more_info_decline_processing_text says "Wenn Sie mit der Drittlandsübermittlung nicht einverstanden sind, tippen Sie bitte nicht „Einverstanden" an. Sie können die App weiterhin nutzen, die Datenspende ist dann jedoch nicht möglich." and there is no button labelled "Einverstanden".
Internal Tracking ID: EXPOSUREAPP-5443 Android
Internal Tracking ID: EXPOSUREAPP-5455 iOS
The issue is changed in release/1.14.x.
In English the button is called "Accept" and the text refers to "Accept" as well.
In German the button is called "Einverstanden" and the text refers to "Datenspende" aktivieren.
@MikeMcC399 Thanks! Internal Tracking ID: EXPOSUREAPP-5443
The issue is also relevant on iOS, transferred to doc repo.
Two separate tickets:
Internal Tracking ID: EXPOSUREAPP-5443 Android
Internal Tracking ID: EXPOSUREAPP-5455 iOS
@dsarkar
You identified another string, which I missed. I will go back and list all the places in Android that I think are affected.
Here are the string references below (with permalinks) for Android release/1.13.x
In both English and German there is a mismatch between the consent text and the button label.
EN
File | String name | Contents
--- | --- | ---
legal_strings.xml | ppa_onboarding_privacy_information_body | By tapping on “Accept”
legal_strings.xml | ppa_onboarding_more_info_body | do not tap on “Accept”
strings.xml | onboarding_ppa_consent_donate_button | "Share Data"
DE
File | String name | Contents
--- | --- | ---
legal_strings.xml | ppa_onboarding_privacy_information_body | Indem Sie „Datenspende“ aktivieren
legal_strings.xml | ppa_onboarding_more_info_body |tippen Sie bitte nicht „Einverstanden“ an
strings.xml | onboarding_ppa_consent_donate_button | "Daten spenden"
Edit: Originally I had a wrong reference, which I now corrected.
It seems that the naming of the button has been changed in Android release/1.14.x so that the text in English now agrees with the button labelling. In German the text doesn't reference the name of the button consistently. That should be reviewed.
EN
File | String name | Contents
--- | --- | ---
legal_strings.xml | ppa_onboarding_privacy_information_body | By tapping on “Accept”
legal_strings.xml | ppa_onboarding_more_info_body | do not tap on “Accept”
strings.xml | onboarding_ppa_consent_donate_button | "Accept"
DE
File | String name | Contents
--- | --- | ---
legal_strings.xml | ppa_onboarding_privacy_information_body | Indem Sie „Datenspende“ aktivieren
legal_strings.xml | ppa_onboarding_more_info_body |tippen Sie bitte nicht „Einverstanden“ an
strings.xml | onboarding_ppa_consent_donate_button | "Einverstanden"
Edit: Added screen-shots for clarity:


@MikeMcC399 Wow! OK, I will forward all this to the ticket for the devs. Many thanks.
@dsarkar
Maybe the German screen is OK if it is read differently to the English one? I think the English texts are clearer, but probably the German texts are acceptable.
At the top it says
"Ihr Einverständnis" which corresponds to the label on the button "EINVERSTANDEN".
The text hasn't been changed in branch/2.0.x.
Do you think we should keep this open, or should we close it?
Most helpful comment
@MikeMcC399 Wow! OK, I will forward all this to the ticket for the devs. Many thanks.