Skip to content

Commit

Permalink
update secondary button copy
Browse files Browse the repository at this point in the history
  • Loading branch information
cmonfortep committed Oct 31, 2024
1 parent 9d2963b commit b52386f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ class AutofillSavingCredentialsDialogFragment : BottomSheetDialogFragment(), Cre

private fun configureSecondaryButtons(isOnboarding: Boolean) {
if (isOnboarding) {
secondaryButton.text = getString(R.string.saveOnboardingLoginDialogNotNow)
secondaryButton.text = getString(R.string.saveOnboardingLoginDialogSecondaryButton)
secondaryButton.setOnClickListener {
onUserChoseNotNow()
animateClosed()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
<!-- New Tab -->
<string name="newTabPageShortcutPasswords">Passwords</string>

<string name="saveOnboardingLoginDialogNotNow">Not Now</string>
<string name="saveOnboardingLoginDialogSecondaryButton">No Thanks</string>
</resources>

0 comments on commit b52386f

Please sign in to comment.