corrected spelling mistakes
This commit is contained in:
parent
acb2652b08
commit
2d00d0e068
@ -44,7 +44,7 @@
|
||||
<form action="" method="post">
|
||||
<?php
|
||||
if(isset($_SESSION['username'])){
|
||||
echo('<input class="btn btn-secondary" type="button" value="Herzlich Willkommen ' . $_SESSION['username'] . '"></input>');
|
||||
echo('<input class="btn btn-secondary" type="button" value="Welcome back, ' . $_SESSION['username'] . '"></input>');
|
||||
}
|
||||
?>
|
||||
<input class="btn btn-danger" onClick="window.location.href = 'php/logout.php'" type="button" value="Logout"></input>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="alert alert-dark" role="alert">
|
||||
<h4>Take a look in your FriendsBook!</h4>
|
||||
<h4>Take a look at your FriendsBook!</h4>
|
||||
<hr />
|
||||
<button id="btnCreateTan" type="button" style="float: right;"class="btn btn-info">Create Tan</button>
|
||||
<h5>Want more entries? Go and invite your friends with the friendsTAN</h5>
|
||||
|
Loading…
Reference in New Issue
Block a user