Skip to content

Commit

Permalink
fix(mentions): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Feb 7, 2025
1 parent 3387673 commit 98e234c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/mentions/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ export default function Mentions() {
}.`}
<TextInput
className="fr-mt-1w"
label="Please indicate your email. Only an encrypted version of your email </Modal>will be public."
label="Please indicate your email. Only an encrypted version of your email will be public."
onChange={(e) => setUserEmail(e.target.value)}
required
type="email"
Expand Down

0 comments on commit 98e234c

Please sign in to comment.