Translation: Fix Delete Message modal (#1244)
This commit is contained in:
parent
fdf729ce7a
commit
f639ca00b5
@ -91,7 +91,7 @@ const DeleteMessageModal: FC<OwnProps & StateProps & DispatchProps> = ({
|
|||||||
>
|
>
|
||||||
<p>{lang('AreYouSureDeleteSingleMessage')}</p>
|
<p>{lang('AreYouSureDeleteSingleMessage')}</p>
|
||||||
{willDeleteForCurrentUserOnly && (
|
{willDeleteForCurrentUserOnly && (
|
||||||
<p>{lang('lng_delete_for_me_chat_hint')}</p>
|
<p>{lang('lng_delete_for_me_chat_hint', 1, 'i')}</p>
|
||||||
)}
|
)}
|
||||||
{willDeleteForAll && (
|
{willDeleteForAll && (
|
||||||
<p>{lang('lng_delete_for_everyone_hint', 1, 'i')}</p>
|
<p>{lang('lng_delete_for_everyone_hint', 1, 'i')}</p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user