Skip to content

Commit

Permalink
Fix notification preference selector label
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuoch committed Aug 27, 2021
1 parent ae38f1b commit 45afdd1
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 @@ -189,7 +189,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 @@ -189,7 +189,7 @@ export default {
},
},
reportDetailsPage: {
notificationPreferencesDescription: 'Cada cuanto tiempo quieres que te avisemos que hay nuevos mensajes en este canal?',
notificationPreferencesDescription: 'Avisemos sobre nuevos mensajes.',
always: 'Siempre',
daily: 'Cada día',
mute: 'Nunca',
Expand Down

0 comments on commit 45afdd1

Please sign in to comment.