Translation: Fix Delete Message modal (#1244)

This commit is contained in:
Alexander Zinchuk 2021-07-07 15:37:47 +03:00
parent fdf729ce7a
commit f639ca00b5

View File

@ -91,7 +91,7 @@ const DeleteMessageModal: FC<OwnProps & StateProps & DispatchProps> = ({
>
<p>{lang('AreYouSureDeleteSingleMessage')}</p>
{willDeleteForCurrentUserOnly && (
<p>{lang('lng_delete_for_me_chat_hint')}</p>
<p>{lang('lng_delete_for_me_chat_hint', 1, 'i')}</p>
)}
{willDeleteForAll && (
<p>{lang('lng_delete_for_everyone_hint', 1, 'i')}</p>