Update app/screens/post_priority_picker/utils.ts

Co-authored-by: Daniel Espino García <larkox@gmail.com>
This commit is contained in:
Harshil Sharma 2023-06-19 15:37:56 +05:30 committed by GitHub
parent 1c6195e1bb
commit 8bb0bac49e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.',
},
},
};