reworded to seen by
This commit is contained in:
parent
683ce431db
commit
59226365c5
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ function ReadReceipts() {
|
|||
return (
|
||||
<Dialog
|
||||
isOpen={isOpen}
|
||||
title="Read receipts"
|
||||
title="Seen by"
|
||||
onRequestClose={() => setIsOpen(false)}
|
||||
contentOptions={<IconButton src={CrossIC} onClick={() => setIsOpen(false)} tooltip="Close" />}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue