mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
changed default interface from french to english
This commit is contained in:
+4
-4
@@ -9,18 +9,18 @@
|
||||
<img id="logo" src="img/fleeca.png"/>
|
||||
</div>
|
||||
<div id="welcome-text">
|
||||
Bonjour, <br/>
|
||||
Merci d'utiliser nos bornes Fleeca Bank
|
||||
Hi, <br/>
|
||||
Thank you for using our Fleece Bank terminals
|
||||
</div>
|
||||
<div id="menu">
|
||||
<div>
|
||||
<input type="number" id="deposit_amount" tabindex="1" onClick="this.select();"/>
|
||||
<button id="deposit_btn">Déposer</button>
|
||||
<button id="deposit_btn">Deposit</button>
|
||||
</div>
|
||||
<br><br>
|
||||
<div>
|
||||
<input type="number" id="withdraw_amount" tabindex="2" onClick="this.select();"/>
|
||||
<button id="withdraw_btn">Retirer</button>
|
||||
<button id="withdraw_btn">Withdraw</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -9,18 +9,18 @@
|
||||
<img id="logo" src="img/fleeca.png"/>
|
||||
</div>
|
||||
<div id="welcome-text">
|
||||
Hi, <br/>
|
||||
Thank you for using our Fleece Bank terminals
|
||||
Bonjour, <br/>
|
||||
Merci d'utiliser nos bornes Fleeca Bank
|
||||
</div>
|
||||
<div id="menu">
|
||||
<div>
|
||||
<input type="number" id="deposit_amount" tabindex="1" onClick="this.select();"/>
|
||||
<button id="deposit_btn">Deposit</button>
|
||||
<button id="deposit_btn">Déposer</button>
|
||||
</div>
|
||||
<br><br>
|
||||
<div>
|
||||
<input type="number" id="withdraw_amount" tabindex="2" onClick="this.select();"/>
|
||||
<button id="withdraw_btn">Withdraw</button>
|
||||
<button id="withdraw_btn">Retirer</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user