Skip to content

Commit 9c6406c

Browse files
shakyShanemgurgel
andauthored
onboarding: copy update (#1520)
* onboarding: copy update * add languages * Potential fix for button text overflow --------- Co-authored-by: Marcos Gurgel <[email protected]>
1 parent 32f8e01 commit 9c6406c

File tree

11 files changed

+38
-39
lines changed

11 files changed

+38
-39
lines changed

special-pages/pages/onboarding/app/components/v3/ElasticButton.module.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323
letter-spacing: 0.06px;
2424
line-height: var(--btn-line-height);
2525

26-
white-space: nowrap;
27-
28-
height: var(--btn-height);
26+
height: 100%;
27+
min-height: var(--btn-height);
2928
padding: calc(10 * var(--px-in-rem)) var(--sp-6);
3029

3130
color: white;

special-pages/pages/onboarding/app/components/v3/SingleStep.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
.buttonBarContents {
5252
display: grid;
5353
gap: var(--sp-2);
54-
grid-template-columns: 1fr min-content min-content;
54+
grid-template-columns: 1fr auto auto;
5555
grid-template-areas: ". dismiss accept";
5656

5757
[data-platform-name="windows"] & {

special-pages/pages/onboarding/public/locales/de/onboarding.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
"note" : "Title for importing user data (bookmarks, passwords) to DuckDuckGo from other browsers."
322322
},
323323
"row_import_summary_v3" : {
324-
"title" : "Die Verschlüsselung auf dem Gerät sorgt für den Schutz deiner Passwörter.",
324+
"title" : "Die On-Device-Verschlüsselung schützt deine Passwörter.",
325325
"note" : "Explanation of additional security benefits of importing user's passwords into DuckDuckGo."
326326
},
327327
"row_import_accept_v3" : {
@@ -353,19 +353,19 @@
353353
"note" : "The description of a browser privacy feature in the comparison table."
354354
},
355355
"comparison_blockCookies" : {
356-
"title" : "Cookie-Anfragen und Popups blocken",
356+
"title" : "Cookie-Anfragen und Pop-ups blockieren",
357357
"note" : "The description of a browser privacy feature in the comparison table."
358358
},
359359
"comparison_blockAds" : {
360-
"title" : "Gezielte Werbung blockieren",
360+
"title" : "Tracking-Anzeigen blockieren",
361361
"note" : "The description of a browser privacy feature in the comparison table."
362362
},
363363
"comparison_eraseData" : {
364-
"title" : "Browserdaten schnell löschen",
364+
"title" : "Browsing-Daten mit einem Klick löschen",
365365
"note" : "The description of a browser privacy feature in the comparison table."
366366
},
367367
"comparison_privateYoutube" : {
368-
"title" : "YouTube ohne gezielte Werbung",
368+
"title" : "YouTube ohne gezielte Werbung abspielen",
369369
"note" : "The description of a browser privacy feature in the comparison table."
370370
},
371371
"comparison_fullSupport" : {

special-pages/pages/onboarding/public/locales/en/onboarding.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,15 +358,15 @@
358358
"note": "The description of a browser privacy feature in the comparison table."
359359
},
360360
"comparison_blockAds": {
361-
"title": "Block targeted ads",
361+
"title": "Block tracking ads",
362362
"note": "The description of a browser privacy feature in the comparison table."
363363
},
364364
"comparison_eraseData": {
365-
"title": "Erase browsing data swiftly",
365+
"title": "Delete browsing data with one button",
366366
"note": "The description of a browser privacy feature in the comparison table."
367367
},
368368
"comparison_privateYoutube": {
369-
"title": "YouTube without targeted ads",
369+
"title": "Play YouTube without targeted ads",
370370
"note": "The description of a browser privacy feature in the comparison table."
371371
},
372372
"comparison_fullSupport": {

special-pages/pages/onboarding/public/locales/es/onboarding.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,19 +353,19 @@
353353
"note" : "The description of a browser privacy feature in the comparison table."
354354
},
355355
"comparison_blockCookies" : {
356-
"title" : "Bloqueo de las solicitudes de cookies y las ventanas emergentes",
356+
"title" : "Bloquea las solicitudes de cookies y las ventanas emergentes",
357357
"note" : "The description of a browser privacy feature in the comparison table."
358358
},
359359
"comparison_blockAds" : {
360-
"title" : "Bloqueo de anuncios segmentados",
360+
"title" : "Bloquea anuncios de rastreo",
361361
"note" : "The description of a browser privacy feature in the comparison table."
362362
},
363363
"comparison_eraseData" : {
364-
"title" : "Borra rápidamente los datos de navegación",
364+
"title" : "Elimina los datos de navegación con un solo botón",
365365
"note" : "The description of a browser privacy feature in the comparison table."
366366
},
367367
"comparison_privateYoutube" : {
368-
"title" : "YouTube sin anuncios segmentados",
368+
"title" : "Reproduce YouTube sin anuncios segmentados",
369369
"note" : "The description of a browser privacy feature in the comparison table."
370370
},
371371
"comparison_fullSupport" : {

special-pages/pages/onboarding/public/locales/fr/onboarding.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,19 +353,19 @@
353353
"note" : "The description of a browser privacy feature in the comparison table."
354354
},
355355
"comparison_blockCookies" : {
356-
"title" : "Bloquez les demandes et les fenêtres contextuelles de cookies",
356+
"title" : "Bloquez les demandes de cookies et les fenêtres contextuelles",
357357
"note" : "The description of a browser privacy feature in the comparison table."
358358
},
359359
"comparison_blockAds" : {
360-
"title" : "Bloquez les publicités ciblées",
360+
"title" : "Bloquez les publicités qui pistent",
361361
"note" : "The description of a browser privacy feature in the comparison table."
362362
},
363363
"comparison_eraseData" : {
364-
"title" : "Effacez rapidement les données de navigation",
364+
"title" : "Supprimez les données de navigation d'un seul clic",
365365
"note" : "The description of a browser privacy feature in the comparison table."
366366
},
367367
"comparison_privateYoutube" : {
368-
"title" : "YouTube sans publicités ciblées",
368+
"title" : "Profitez de YouTube sans publicités ciblées",
369369
"note" : "The description of a browser privacy feature in the comparison table."
370370
},
371371
"comparison_fullSupport" : {

special-pages/pages/onboarding/public/locales/it/onboarding.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,15 +357,15 @@
357357
"note" : "The description of a browser privacy feature in the comparison table."
358358
},
359359
"comparison_blockAds" : {
360-
"title" : "Blocca gli annunci mirati",
360+
"title" : "Blocca gli annunci di tracciamento",
361361
"note" : "The description of a browser privacy feature in the comparison table."
362362
},
363363
"comparison_eraseData" : {
364-
"title" : "Cancella rapidamente i dati di navigazione",
364+
"title" : "Cancella i dati di navigazione con un solo pulsante",
365365
"note" : "The description of a browser privacy feature in the comparison table."
366366
},
367367
"comparison_privateYoutube" : {
368-
"title" : "YouTube senza annunci mirati",
368+
"title" : "Guarda YouTube senza annunci mirati",
369369
"note" : "The description of a browser privacy feature in the comparison table."
370370
},
371371
"comparison_fullSupport" : {

special-pages/pages/onboarding/public/locales/nl/onboarding.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,19 +353,19 @@
353353
"note" : "The description of a browser privacy feature in the comparison table."
354354
},
355355
"comparison_blockCookies" : {
356-
"title" : "Blokkeer cookieverzoeken en pop-ups",
356+
"title" : "Cookieverzoeken en pop-ups blokkeren",
357357
"note" : "The description of a browser privacy feature in the comparison table."
358358
},
359359
"comparison_blockAds" : {
360-
"title" : "Blokkeer gerichte advertenties",
360+
"title" : "Blokkeer trackingadvertenties",
361361
"note" : "The description of a browser privacy feature in the comparison table."
362362
},
363363
"comparison_eraseData" : {
364-
"title" : "Wis browsegegevens snel",
364+
"title" : "Verwijder browsegegevens met één knop",
365365
"note" : "The description of a browser privacy feature in the comparison table."
366366
},
367367
"comparison_privateYoutube" : {
368-
"title" : "YouTube zonder gerichte advertenties",
368+
"title" : "Speel YouTube af zonder gerichte advertentie",
369369
"note" : "The description of a browser privacy feature in the comparison table."
370370
},
371371
"comparison_fullSupport" : {

special-pages/pages/onboarding/public/locales/pl/onboarding.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,19 +353,19 @@
353353
"note" : "The description of a browser privacy feature in the comparison table."
354354
},
355355
"comparison_blockCookies" : {
356-
"title" : "Blokowanie wyskakujących okienek z informacją o plikach cookie",
356+
"title" : "Blokuj żądania dotyczące plików cookie i wyskakujące okienka",
357357
"note" : "The description of a browser privacy feature in the comparison table."
358358
},
359359
"comparison_blockAds" : {
360-
"title" : "Blokowanie ukierunkowanych reklam",
360+
"title" : "Blokowanie śledzących reklam",
361361
"note" : "The description of a browser privacy feature in the comparison table."
362362
},
363363
"comparison_eraseData" : {
364-
"title" : "Szybkie usuwanie danych przeglądania",
364+
"title" : "Usuwanie danych przeglądania za pomocą jednego przycisku",
365365
"note" : "The description of a browser privacy feature in the comparison table."
366366
},
367367
"comparison_privateYoutube" : {
368-
"title" : "YouTube bez spersonalizowanych reklam",
368+
"title" : "Odtwarzanie treści w serwisie YouTube bez spersonalizowanych reklam",
369369
"note" : "The description of a browser privacy feature in the comparison table."
370370
},
371371
"comparison_fullSupport" : {

special-pages/pages/onboarding/public/locales/pt/onboarding.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,19 +353,19 @@
353353
"note" : "The description of a browser privacy feature in the comparison table."
354354
},
355355
"comparison_blockCookies" : {
356-
"title" : "Bloquear pedidos de cookies e pop-ups",
356+
"title" : "Bloquear solicitações e pop-ups de cookies",
357357
"note" : "The description of a browser privacy feature in the comparison table."
358358
},
359359
"comparison_blockAds" : {
360-
"title" : "Bloquear anúncios segmentados",
360+
"title" : "Bloqueia anúncios que rastreiam",
361361
"note" : "The description of a browser privacy feature in the comparison table."
362362
},
363363
"comparison_eraseData" : {
364-
"title" : "Eliminar dados de navegação rapidamente",
364+
"title" : "Elimina dados de navegação com um botão",
365365
"note" : "The description of a browser privacy feature in the comparison table."
366366
},
367367
"comparison_privateYoutube" : {
368-
"title" : "YouTube sem anúncios segmentados",
368+
"title" : "YouTube sem anúncios segmentados",
369369
"note" : "The description of a browser privacy feature in the comparison table."
370370
},
371371
"comparison_fullSupport" : {

0 commit comments

Comments
 (0)