1
mirror of https://gitlab.com/commento/commento.git synced 2026-06-17 09:55:27 -04:00

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
+4 -1
View File
@@ -1211,7 +1211,10 @@
var placeholder = ["Password"];
}
subtitle.innerText = "Finish the rest of your profile to complete."
if (loginBoxType == "signup")
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++) {
var fieldContainer = create("div");