Changed language display on client to Indonesia/Indonesian
This commit is contained in:
@@ -7,17 +7,17 @@
|
||||
<h2>Registrasi</h2>
|
||||
|
||||
<label for="full_name">Nama Lengkap: </label>
|
||||
<input type="text" name="full_name" value="" placeholder="Type your name" maxlength="50" autocomplete="off">
|
||||
<input type="text" name="full_name" value="" placeholder="Tulis nama anda" maxlength="50" autocomplete="off">
|
||||
|
||||
<br>
|
||||
|
||||
<label for="username">Username: </label>
|
||||
<input type="text" name="username" value="" placeholder="Type your username" maxlength="25" autocomplete="off">
|
||||
<input type="text" name="username" value="" placeholder="Tulis username" maxlength="25" autocomplete="off">
|
||||
|
||||
<br>
|
||||
|
||||
<label for="password">Password: </label>
|
||||
<input type="password" name="password" value="" placeholder="Type your password">
|
||||
<input type="password" name="password" value="" placeholder="Tulis password">
|
||||
|
||||
<input type="hidden" name="_method" value="post">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user