mirror of
https://github.com/danog/telegram-tt.git
synced 2024-12-04 02:28:03 +01:00
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>
|
||||
{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>
|
||||
|
Loading…
Reference in New Issue
Block a user