Skip to content

Commit

Permalink
label changed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpanaMajhi committed Dec 13, 2023
1 parent ba6e7eb commit e8922a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/UserManagement/NewsLetterSubscribe.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const NewsLetter = ({ susbscribeToNewsLetter, subscribe, email, setEmail }) => {
disabled={!validateEmail(email)}
sx={{ mr: "10px" }}
>
Un-Subscribe
Unsubscribe
</Button>
) : (
<Button
Expand All @@ -39,7 +39,7 @@ const NewsLetter = ({ susbscribeToNewsLetter, subscribe, email, setEmail }) => {
onClick={() => susbscribeToNewsLetter("update")}
disabled={!validateEmail(email)}
>
Update
Update Email
</Button>
)}
</Grid>
Expand Down

0 comments on commit e8922a8

Please sign in to comment.