diff options
Diffstat (limited to 'radicale_infcloud/web/index.html')
-rw-r--r-- | radicale_infcloud/web/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radicale_infcloud/web/index.html b/radicale_infcloud/web/index.html index a8b95e4..7f36475 100644 --- a/radicale_infcloud/web/index.html +++ b/radicale_infcloud/web/index.html @@ -83,7 +83,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <td data-size="login_input"><input data-type="system_username" type="text" name="username" class="fs" placeholder="Login" /></td> </tr> <tr> - <td data-size="login_input"><input data-type="system_password" type="password" name="password" class="fs" placeholder="Password" /></td> + <td data-size="login_input"><input data-type="system_password" type="password" name="password" class="fs" placeholder="Password" title="Use browser localStorage items user, pass, locale for automatic login!"/></td> </tr> <tr> <td data-size="login"> |