From 6e2e36e042d41f652f1e878443c32916670708d4 Mon Sep 17 00:00:00 2001 From: Prakash Baskaran Date: Fri, 22 Nov 2024 11:52:25 +0530 Subject: [PATCH] Update copy on the app preferences page --- src/languages/en.ts | 2 -- src/languages/es.ts | 2 -- src/pages/settings/Preferences/PreferencesPage.tsx | 8 -------- 3 files changed, 12 deletions(-) diff --git a/src/languages/en.ts b/src/languages/en.ts index 9bea1261ddbd..ea9a294cb3ed 100755 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -316,7 +316,6 @@ const translations = { owner: 'Owner', dateFormat: 'YYYY-MM-DD', send: 'Send', - notifications: 'Notifications', na: 'N/A', noResultsFound: 'No results found', recentDestinations: 'Recent destinations', @@ -1617,7 +1616,6 @@ const translations = { preferencesPage: { appSection: { title: 'App preferences', - subtitle: 'Customize your Expensify account.', }, testSection: { title: 'Test preferences', diff --git a/src/languages/es.ts b/src/languages/es.ts index 7e6f8efc897a..5dfdf34ad73e 100644 --- a/src/languages/es.ts +++ b/src/languages/es.ts @@ -307,7 +307,6 @@ const translations = { owner: 'Dueño', dateFormat: 'AAAA-MM-DD', send: 'Enviar', - notifications: 'Notificaciones', na: 'N/A', noResultsFound: 'No se han encontrado resultados', recentDestinations: 'Destinos recientes', @@ -1619,7 +1618,6 @@ const translations = { preferencesPage: { appSection: { title: 'Preferencias de la aplicación', - subtitle: 'Personaliza tu cuenta de Expensify.', }, testSection: { title: 'Preferencias para tests', diff --git a/src/pages/settings/Preferences/PreferencesPage.tsx b/src/pages/settings/Preferences/PreferencesPage.tsx index 6616d342aa3c..9a7f1872b79a 100755 --- a/src/pages/settings/Preferences/PreferencesPage.tsx +++ b/src/pages/settings/Preferences/PreferencesPage.tsx @@ -52,19 +52,11 @@ function PreferencesPage() {
- - {translate('common.notifications')} - {translate('preferencesPage.receiveRelevantFeatureUpdatesAndExpensifyNews')}