Skip to content

Commit

Permalink
Merge pull request #4872 from Expensify/nat-notifpref
Browse files Browse the repository at this point in the history
Fix notification preference selector label
  • Loading branch information
nkuoch authored Aug 29, 2021
2 parents 70f8208 + b8f0b00 commit f928158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default {
},
},
reportDetailsPage: {
notificationPreferencesDescription: 'How often should we notify you when there are new messages to catch up on in this room?',
notificationPreferencesDescription: 'Notify me about new messages',
always: 'Always',
daily: 'Daily',
mute: 'Mute',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default {
},
},
reportDetailsPage: {
notificationPreferencesDescription: 'Cada cuanto tiempo quieres que te avisemos que hay nuevos mensajes en este canal?',
notificationPreferencesDescription: 'Avisar sobre nuevos mensajes',
always: 'Siempre',
daily: 'Cada día',
mute: 'Nunca',
Expand Down

0 comments on commit f928158

Please sign in to comment.