
henry pushed to branch tor-browser-115.22.0esr-13.5-1 at The Tor Project / Applications / Tor Browser Commits: 09ac5f31 by henry at 2025-03-31T10:04:50+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 ===================================== @@ -241,7 +241,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", }, }, @@ -253,7 +253,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", }, }, @@ -265,7 +265,7 @@ const SurveyArea = { heading: "Мы будем рады вашим отзывам", body: "Помогите нам улучшить браузер Tor, пройдя 10-минутный опрос.", launch: "Начать опрос", - dismiss: "Не сейчас", + dismiss: "Отклонить", close: "Закрыть", }, }, @@ -277,7 +277,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", }, }, @@ -290,7 +290,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/09ac5f31... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/09ac5f31... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
henry (@henry)