Skip to content

Commit 37bfc9e

Browse files
authored
Force line break in import promo title (#6317)
Task/Issue URL: https://app.asana.com/1/137249556945/task/1210675164093003?focus=true ### Description Forces a link break in the promo title (request from design review) ### Steps to test this PR - qa optional, see task for before / after screenshot
1 parent 748a25a commit 37bfc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-->
1616

1717
<resources>
18-
<string name="passwords_import_promo_title">Bring your passwords from Google to DuckDuckGo</string>
18+
<string name="passwords_import_promo_title">Bring your passwords from&lt;br /&gt;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>
2020
<string name="passwords_import_promo_action">Import From Google</string>
2121
</resources>

0 commit comments

Comments
 (0)