
henry pushed to branch tor-browser-128.9.0esr-14.0-2 at The Tor Project / Applications / Tor Browser Commits: deae5e1f by henry at 2025-03-31T09:49:55+00:00 fixup! TB 7494: Create local home page for TBB. TB 43556: Rename "Not now" to "Dismiss" in the survey banner. (cherry picked from commit e063bf8bffcb74cd18d6873d9bdfc85fafbc42b8) Co-authored-by: Henry Wilkes <henry@torproject.org> - - - - - 1 changed file: - browser/components/abouttor/content/aboutTor.js Changes: ===================================== browser/components/abouttor/content/aboutTor.js ===================================== @@ -250,7 +250,7 @@ const SurveyArea = { heading: "We’d love your feedback", body: "Help us improve Tor Browser by completing this 10-minute survey.", launch: "Launch the survey", - dismiss: "Not now", + dismiss: "Dismiss", close: "Close", }, }, @@ -262,7 +262,7 @@ const SurveyArea = { heading: "Danos tu opinión", body: "Ayúdanos a mejorar el Navegador Tor completando esta encuesta de 10 minutos.", launch: "Iniciar la encuesta", - dismiss: "Más adelante", + dismiss: "Descartar", close: "Cerrar", }, }, @@ -274,7 +274,7 @@ const SurveyArea = { heading: "Мы будем рады вашим отзывам", body: "Помогите нам улучшить браузер Tor, пройдя 10-минутный опрос.", launch: "Начать опрос", - dismiss: "Не сейчас", + dismiss: "Отклонить", close: "Закрыть", }, }, @@ -286,7 +286,7 @@ const SurveyArea = { heading: "Nous serions ravis d’avoir votre avis !", body: "Aidez-nous à améliorer le navigateur Tor en répondant à cette enquête de 10 minutes.", launch: "Lancer l'enquête", - dismiss: "Pas maintenant", + dismiss: "Ignorer", close: "Fermer", }, }, @@ -299,7 +299,7 @@ const SurveyArea = { heading: "Adoraríamos ouvir sua opinião", body: "Ajude-nos a melhorar o Navegador Tor respondendo a esta pesquisa de 10 minutos.", launch: "Iniciar a pesquisa", - dismiss: "Mais tarde", + dismiss: "Dispensar", close: "Fechar", }, }, View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/deae5e1f... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/deae5e1f... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
henry (@henry)