Skip to content

Update sign in wording on the SDK #4168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions firebase-appdistribution/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

<resources>

<string name="signin_dialog_title">Enable new build alerts</string>
<string name="singin_dialog_message">Get in-app alerts when new builds are ready to test.</string>
<string name="signin_dialog_title">Enable testing features</string>
<string name="singin_dialog_message">Enable testing features like new build alerts and in-app feedback.</string>
<string name="singin_yes_button">Turn on</string>
<string name="singin_no_button">Not now</string>
<string name="no_update_available">No new release available, try calling checkForUpdate.</string>
Expand Down