diff --git a/app/screens/post_priority_picker/utils.ts b/app/screens/post_priority_picker/utils.ts index 26c1e0b0f..7dd4a4c1d 100644 --- a/app/screens/post_priority_picker/utils.ts +++ b/app/screens/post_priority_picker/utils.ts @@ -39,7 +39,7 @@ export const labels = { }, description: { id: t('post_priority.picker.label.persistent_notifications.description'), - defaultMessage: 'Recipients are notified every {interval, plural, one {minute} other {{interval} minutes}} minutes until they acknowledge or reply.', + defaultMessage: 'Recipients are notified every {interval, plural, one {minute} other {{interval} minutes}} until they acknowledge or reply.', }, }, };