Skip to content

Commit

Permalink
Merge pull request #52944 from prakashbask/fix/52790
Browse files Browse the repository at this point in the history
Update copy on the app preferences page
  • Loading branch information
tgolen authored Nov 22, 2024
2 parents 429a8fc + 6e2e36e commit b14f4f9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -1617,7 +1616,6 @@ const translations = {
preferencesPage: {
appSection: {
title: 'App preferences',
subtitle: 'Customize your Expensify account.',
},
testSection: {
title: 'Test preferences',
Expand Down
2 changes: 0 additions & 2 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down
8 changes: 0 additions & 8 deletions src/pages/settings/Preferences/PreferencesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,11 @@ function PreferencesPage() {
<View style={[styles.flex1, shouldUseNarrowLayout ? styles.workspaceSectionMobile : styles.workspaceSection]}>
<Section
title={translate('preferencesPage.appSection.title')}
subtitle={translate('preferencesPage.appSection.subtitle')}
isCentralPane
subtitleMuted
illustration={LottieAnimations.PreferencesDJ}
titleStyles={styles.accountSettingsSectionTitle}
>
<View style={[styles.flex1, styles.mt5]}>
<Text
style={[styles.textLabelSupporting, styles.mb2]}
numberOfLines={1}
>
{translate('common.notifications')}
</Text>
<View style={[styles.flexRow, styles.mb4, styles.justifyContentBetween, styles.sectionMenuItemTopDescription]}>
<View style={styles.flex4}>
<Text>{translate('preferencesPage.receiveRelevantFeatureUpdatesAndExpensifyNews')}</Text>
Expand Down

0 comments on commit b14f4f9

Please sign in to comment.