Skip to content
Snippets Groups Projects
Commit 55f6a6ae authored by xamgore's avatar xamgore
Browse files

Fixed button name

After taking a new password, the button `change password` always comes `change login`.
parent 095e7458
Branches
Tags
No related merge requests found
...@@ -60,7 +60,7 @@ function onSettingsPopup() { ...@@ -60,7 +60,7 @@ function onSettingsPopup() {
var $inputPwdConfirm = $('.inputСonfirmPass').first(); var $inputPwdConfirm = $('.inputСonfirmPass').first();
var $changePassBut = $('.changePass').last(); var $changePassBut = $('.changePass').last();
var passTextBoxTitle = $changeLoginBut.text(); var passTextBoxTitle = $changePassBut.text();
$inputPwdCurrent $inputPwdCurrent
.add($inputPwdConfirm) .add($inputPwdConfirm)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment