Skip to content

Commit

Permalink
Merge pull request #6051 from pmattmann/bugfix/change-mail-translatio…
Browse files Browse the repository at this point in the history
…n-key

change mail - fix translationkey
  • Loading branch information
manuelmeister authored Sep 29, 2024
2 parents 4ba5011 + c551020 commit 00dda90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/user/DialogChangeMail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<template #activator="scope">
<slot name="activator" v-bind="scope" />
</template>
<e-form v-if="status === 'initial'" name="user">
<e-form v-if="status === 'initial'" name="profile">
<e-text-field
v-model="entityData.newEmail"
path="email"
Expand Down

0 comments on commit 00dda90

Please sign in to comment.