Skip to content

Commit df62daf

Browse files
committed
Update promo CTA's copy and remove its icon
1 parent 5153178 commit df62daf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

autofill/autofill-impl/src/main/java/com/duckduckgo/autofill/impl/importing/promo/ImportInPasswordsPromotion.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ class ImportInPasswordsPromotionView @JvmOverloads constructor(
126126
subtitle = context.getString(R.string.passwords_import_promo_subtitle),
127127
action = context.getString(R.string.passwords_import_promo_action),
128128
messageType = REMOTE_MESSAGE,
129-
actionIcon = com.duckduckgo.mobile.android.R.drawable.ic_open_in_24,
130129
),
131130
)
132131
onTopAnimationConfigured { view ->

autofill/autofill-impl/src/main/res/values/donottranslate.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
<resources>
1818
<string name="passwords_import_promo_title">Bring your passwords from Google to DuckDuckGo</string>
1919
<string name="passwords_import_promo_subtitle">Quickly and securely import your passwords to DuckDuckGo. Google may ask you to enter your password.</string>
20-
<string name="passwords_import_promo_action">Open Google Passwords</string>
20+
<string name="passwords_import_promo_action">Import From Google</string>
2121
</resources>

0 commit comments

Comments
 (0)