Fix typo in constant name.

pull/2283/head
Ian Macdonald 3 years ago
parent 6e2b2d44f8
commit 0991c23658
No known key found for this signature in database
GPG Key ID: AE4C20556BA626FA

@ -104,7 +104,7 @@ const SelectionOverlay = () => {
const isOnlyServerDeletable = isPublic;
const deleteMessageButtonText = i18n('delete');
const deleteForEveroneMessageButtonText = i18n('deleteForEveryone');
const deleteForEveryoneMessageButtonText = i18n('deleteForEveryone');
return (
<div className="message-selection-overlay">
@ -124,7 +124,7 @@ const SelectionOverlay = () => {
<SessionButton
buttonType={SessionButtonType.Default}
buttonColor={SessionButtonColor.Danger}
text={deleteForEveroneMessageButtonText}
text={deleteForEveryoneMessageButtonText}
onClick={onDeleteSelectedMessagesForEveryone}
/>
</div>

Loading…
Cancel
Save