Skip to content

Commit

Permalink
Change for english language
Browse files Browse the repository at this point in the history
  • Loading branch information
gparant committed Aug 22, 2023
1 parent 4763f80 commit 71d0bdb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions public/secretSentence/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<html>
<head>
<title>Indices</title>
<title>The Game</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="./css.css">
</head>
<body>
<h1>Félicitation, tu viens de trouver un nouveau mot 🎉</h1>
<p>Voici le code : <span id="code" style="font-weight: bold;"></span></p>
<h1>Congrats, you found the new word 🎉</h1>
<p>The code is: <span id="code" style="font-weight: bold;"></span></p>
<!-- show badge with picture associated -->
<div class="badges" style="display:flex;flex-direction: row;justify-content: center;align-items: center;">
<img id="badgefoundword1" src="./images/word1.png" alt="badge word 1" style="display: none; width: 60px;">
Expand Down
4 changes: 2 additions & 2 deletions public/secretSentence/review.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<html>
<head>
<title>Indices</title>
<title>Review</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="./css.css">
</head>
<body>
<h1>La phrase secrète 👀</h1>
<h1>The secret sentence 👀</h1>
<!-- show words found -->
<p style="font-size: 30px;">
<span id="word1">---</span>
Expand Down
2 changes: 1 addition & 1 deletion public/secretSentence/rules.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<title>Indices</title>
<title>Rules</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="./css.css">
<style>
Expand Down
2 changes: 1 addition & 1 deletion src/secretSentence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function initGame(url: URL){
id: "indice",
bgColor: "#1c1c29",
textColor: "#ffffff",
text: `Ton indice : ${getIndice(true)}`,
text: `Your new clue : ${getIndice(true)}`,
closable: true,
});
}, 1000);
Expand Down

0 comments on commit 71d0bdb

Please sign in to comment.