Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-09-29 01:20:17 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-09-29 01:20:17 +0300
commit453dd09997b6e8a861b88dc6f89d7fb5831f1405 (patch)
treef4a7c54433ae6be28384d8ab299829a126702cb9 /plugins/www/resources
parent99cb6b466525f3d4d6c1f78dca83d248659b5e8c (diff)
Fixing username typo
Diffstat (limited to 'plugins/www/resources')
-rw-r--r--plugins/www/resources/js/www-js.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/www/resources/js/www-js.js b/plugins/www/resources/js/www-js.js
index b7cd46a3d..5977a0c49 100644
--- a/plugins/www/resources/js/www-js.js
+++ b/plugins/www/resources/js/www-js.js
@@ -83,7 +83,7 @@ function setLoginFields() {
}
if(userFound) {
inputs[i].dispatchEvent(evt);
- console.debug("User name field found and set(?)");
+ console.debug("Username field found and set(?)");
break;
}
}