Skip to content

Commit

Permalink
manual backport of #3708
Browse files Browse the repository at this point in the history
Signed-off-by: dartcafe <[email protected]>
  • Loading branch information
dartcafe committed Sep 26, 2024
1 parent f619306 commit 793f129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Public/PublicRegisterModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
v-model="emailAddress"
class="section__email"
:signaling-class="checkStatus.email"
:placeholder="t('polls', shareStore.publicPollEmail === 'mandatory' ? 'Email address (mandatory)' : 'Email address (optional)')"
:placeholder="shareStore.publicPollEmail === 'mandatory' ? t('polls', 'Email address (mandatory)') : t('polls', 'Email address (optional)')"
:helper-text="emailAddressHint"
type="email"
inputmode="email"
Expand Down

0 comments on commit 793f129

Please sign in to comment.