corrected typo

This commit is contained in:
Alexandre CABANNE 2019-01-11 08:49:12 +01:00
parent 0722a4b689
commit 6a1bb4f68c
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org"> <html lang="en" xmlns:th="http://www.thymeleaf.org">
<head> <head>
@ -134,7 +134,7 @@
<div id="modal_internet" class="modal"> <div id="modal_internet" class="modal">
<div class="modal-content" style="padding-bottom: 0px"> <div class="modal-content" style="padding-bottom: 0px">
<div class="row" style="margin-bottom: 0px"> <div class="row" style="margin-bottom: 0px">
<h3 class="col l12 m 12 s12 center red-text">Can't connect to server!</h3> <h3 class="col l12 m 12 s12 center red-text">Can't connect to the server!</h3>
<div class="col l6 offset-l3 offset-m1 m10 offset-s1 s10 center"> <div class="col l6 offset-l3 offset-m1 m10 offset-s1 s10 center">
<p> Please check your connection and reload the app!</p> <p> Please check your connection and reload the app!</p>
</div> </div>

View File

@ -1,4 +1,4 @@
<!DOCTYPE html> <!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org"> <html xmlns:th="http://www.thymeleaf.org">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
@ -53,7 +53,7 @@
<img src="/favicon.png" class="responsive-img"/> <img src="/favicon.png" class="responsive-img"/>
<div class="card blue-grey"> <div class="card blue-grey">
<div class="card-content white-text center z-depth-5"> <div class="card-content white-text center z-depth-5">
<span class="card-title">Add me to you'r server !</span> <span class="card-title">Add me to your server !</span>
<a class="btn green" th:href="${inviteLink}" target="_blank">Invite me !</a> <a class="btn green" th:href="${inviteLink}" target="_blank">Invite me !</a>
</div> </div>
</div> </div>
@ -90,7 +90,7 @@
<h2 class="flow-text">Home Page Comming soon!</h2> <h2 class="flow-text">Home Page Comming soon!</h2>
<div class="card blue-grey"> <div class="card blue-grey">
<div class="card-content white-text center z-depth-4"> <div class="card-content white-text center z-depth-4">
<span class="card-title">Add me to you'r server !</span> <span class="card-title">Add me to your server !</span>
<a class="btn green waves-effect" th:href="${inviteLink}" target="_blank">Invite me !</a> <a class="btn green waves-effect" th:href="${inviteLink}" target="_blank">Invite me !</a>
</div> </div>
</div> </div>

View File

@ -1,4 +1,4 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org"> <html lang="en" xmlns:th="http://www.thymeleaf.org">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
@ -71,7 +71,7 @@
<div class="row"> <div class="row">
<div class="col s10 offset-s1"> <div class="col s10 offset-s1">
<p class="center"> <p class="center">
A validation code was sent by private message, please copy it below. A validation code has been sent by private message, please copy it below.
</p> </p>
</div> </div>
</div> </div>