commento.js: use login type specific submessage

This commit is contained in:
Adhityaa Chandrasekar 2018-08-13 10:52:04 +05:30
parent 6f89d30b37
commit 5470170920

View File

@ -1211,7 +1211,10 @@
var placeholder = ["Password"]; var placeholder = ["Password"];
} }
if (loginBoxType == "signup")
subtitle.innerText = "Finish the rest of your profile to complete." subtitle.innerText = "Finish the rest of your profile to complete."
else
subtitle.innerText = "Enter your password to log in."
for (var i = 0; i < order.length; i++) { for (var i = 0; i < order.length; i++) {
var fieldContainer = create("div"); var fieldContainer = create("div");