Skip to content

Commit

Permalink
Merge branch 'develop2' into nl-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarika-padmanaban committed Dec 13, 2023
2 parents 6eb236c + e8922a8 commit 4724c0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion src/containers/UserManagement/Notifications.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const Notifications = () => {
name: "newsLetterSubscribe",
label:
formFields.newsLetterSubscribe === true
? `Update Email`
? `Update Email or Unsubscribe`
: "Enter your email to subscribe",
component: (
<NewsLetter
Expand Down

0 comments on commit 4724c0a

Please sign in to comment.