Skip to content

Commit

Permalink
Merge pull request #203 from VariantEffect/estelle/fixTypo
Browse files Browse the repository at this point in the history
Modify typo Not now button
  • Loading branch information
ashsny authored May 21, 2024
2 parents 66a72d7 + f8f8783 commit 9a603a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/EmailPrompt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>
<div><span v-if="emailValidationError" class="mave-field-error">{{ emailValidationError }}</span></div>
<div class="flex justify-content-end gap-2">
<Button type="button" label="Now now" severity="secondary" @click="ignoreEmail"></Button>
<Button type="button" label="Not now" severity="secondary" @click="ignoreEmail"></Button>
<Button type="button" label="Add email" @click="saveEmail"></Button>
</div>
</Dialog>
Expand Down

0 comments on commit 9a603a3

Please sign in to comment.