mirror of https://github.com/apache/cloudstack.git
fix change password form for users (#701)
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
5ccf9792e6
commit
64da3896eb
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue