This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git
The following commit(s) were added to refs/heads/master by this push:
new 853bd73 fix change password form for users (#701)
853bd73 is described below
commit 853bd734a8e01f2c386d5be349d2482124418eb1
Author: Pearl Dsilva <[email protected]>
AuthorDate: Fri Sep 11 15:41:39 2020 +0530
fix change password form for users (#701)
Co-authored-by: Pearl Dsilva <[email protected]>
---
src/views/iam/ChangeUserPassword.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/iam/ChangeUserPassword.vue
b/src/views/iam/ChangeUserPassword.vue
index 5ca9133..48abdaf 100644
--- a/src/views/iam/ChangeUserPassword.vue
+++ b/src/views/iam/ChangeUserPassword.vue
@@ -33,7 +33,7 @@
v-decorator="['currentpassword', {
rules: [{ required: true, message:
$t('message.error.current.password') }]
}]"
- :placeholder="message.error.current.password"/>
+ :placeholder="$t('message.error.current.password')"/>
</a-form-item>
<a-form-item>
<span slot="label">