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

github.com/ClusterM/google-assistant-smart-home.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <ClusterM@users.noreply.github.com>2020-11-30 19:15:43 +0300
committerGitHub <noreply@github.com>2020-11-30 19:15:43 +0300
commitb3a3ecf2a9cd0f4c3f21ef246e83fe4efb39eea8 (patch)
tree845464012397f39698d919ff75a2b5fe0a381178
parentc20c7b0ee4f3ce2ce4fd72a22f73ae8fb3004e5c (diff)
Translated login.html to EnglishHEADmaster
-rwxr-xr-xtemplates/login.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/login.html b/templates/login.html
index 6494fbe..1268edc 100755
--- a/templates/login.html
+++ b/templates/login.html
@@ -2,17 +2,17 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1" />
-<title>Умный дом Кластера</title>
+<title>Google Smart Home</title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<form method="POST">
{% if login_failed %}
- <div class="error">Неправильное имя и/или пароль</div><br/>
+ <div class="error">Invalid username or password</div><br/>
{% endif %}
- Логин:<br/>
+ Username:<br/>
<input type="text" name="username" size="20" /><br/>
- Пароль:<br/>
+ Password:<br/>
<input type="password" name="password" size="20" /><br/><br/>
<input type="submit" name="login" value="Войти">
</form>