Skip to content

Commit 00dda90

Browse files
Merge pull request #6051 from pmattmann/bugfix/change-mail-translation-key
change mail - fix translationkey
2 parents 4ba5011 + c551020 commit 00dda90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/user/DialogChangeMail.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<template #activator="scope">
1313
<slot name="activator" v-bind="scope" />
1414
</template>
15-
<e-form v-if="status === 'initial'" name="user">
15+
<e-form v-if="status === 'initial'" name="profile">
1616
<e-text-field
1717
v-model="entityData.newEmail"
1818
path="email"

0 commit comments

Comments
 (0)