From 8bb0bac49e33e455b1efc4224e8a4d4c24d4b3ff Mon Sep 17 00:00:00 2001 From: Harshil Sharma <18575143+harshilsharma63@users.noreply.github.com> Date: Mon, 19 Jun 2023 15:37:56 +0530 Subject: [PATCH] Update app/screens/post_priority_picker/utils.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daniel Espino GarcĂ­a --- app/screens/post_priority_picker/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.', }, }, };