Update app/screens/post_priority_picker/utils.ts
Co-authored-by: Daniel Espino García <larkox@gmail.com>
This commit is contained in:
parent
1c6195e1bb
commit
8bb0bac49e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue