corrected typo
This commit is contained in:
parent
0722a4b689
commit
6a1bb4f68c
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" xmlns:th="http://www.thymeleaf.org">
|
||||
|
||||
<head>
|
||||
@ -134,7 +134,7 @@
|
||||
<div id="modal_internet" class="modal">
|
||||
<div class="modal-content" style="padding-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">
|
||||
<p> Please check your connection and reload the app!</p>
|
||||
</div>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html xmlns:th="http://www.thymeleaf.org">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
@ -53,7 +53,7 @@
|
||||
<img src="/favicon.png" class="responsive-img"/>
|
||||
<div class="card blue-grey">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
@ -90,7 +90,7 @@
|
||||
<h2 class="flow-text">Home Page Comming soon!</h2>
|
||||
<div class="card blue-grey">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" xmlns:th="http://www.thymeleaf.org">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
@ -71,7 +71,7 @@
|
||||
<div class="row">
|
||||
<div class="col s10 offset-s1">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user