Skip to content

Commit c551020

Browse files
committed
change mail - fix translationkey
1 parent 4ba5011 commit c551020

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)