We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8021d commit a56ce86Copy full SHA for a56ce86
client/src/components/profile/index.vue
@@ -171,7 +171,7 @@
171
</v-dialog>
172
<v-dialog v-model="changePasswordDialog" max-width="500px">
173
<v-card>
174
- <v-card-title>{{ $t('user.actions.changePassword') }}</v-card-title>
+ <v-card-title>{{ $t('user.changePassword') }}</v-card-title>
175
<v-card-text>
176
<v-alert
177
v-show="passwordError"
0 commit comments