small fix

This commit is contained in:
Martin Quarda 2024-10-17 09:08:55 +02:00
parent 30b629235f
commit b5c8c005c6
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ kód pro změnu hesla: {code}
Změna hesla probíhá na stránce: https://alkator.cz/#forgotten_password Změna hesla probíhá na stránce: https://alkator.cz/#forgotten_password
Na tento email není třeba odpovídat, protože je generován automaticky s přijatou platbou. V případě potřeby pište na info@alkator.cz . Na tento email není třeba odpovídat, protože je generován automaticky. V případě potřeby pište na info@alkator.cz .
ALKÁTOR TEAM ALKÁTOR TEAM
email: info@alkator.cz email: info@alkator.cz

View File

@ -515,7 +515,7 @@ class Main extends Component {
<label for="password2" class="form-label">Nové heslo znova:</label> <label for="password2" class="form-label">Nové heslo znova:</label>
<input type="password" class="form-control" name="password2"/> <input type="password" class="form-control" name="password2"/>
</div> </div>
<button type="submit" class="btn btn-primary">Přihlásit</button> <button type="submit" class="btn btn-primary">Obnovit heslo a přihlásit</button>
</form> </form>
</div> </div>
} }