Skip to content

Commit a56ce86

Browse files
committed
fix translation string
1 parent eb8021d commit a56ce86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/profile/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
</v-dialog>
172172
<v-dialog v-model="changePasswordDialog" max-width="500px">
173173
<v-card>
174-
<v-card-title>{{ $t('user.actions.changePassword') }}</v-card-title>
174+
<v-card-title>{{ $t('user.changePassword') }}</v-card-title>
175175
<v-card-text>
176176
<v-alert
177177
v-show="passwordError"

0 commit comments

Comments
 (0)