1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-13 10:00:11 +02:00

Minor fixes in auth modal dialog

This commit is contained in:
Daniel Berteaud 2015-02-12 21:40:49 +01:00
parent 89b896424e
commit 01f086e2ee
3 changed files with 1 additions and 6 deletions

View File

@ -122,7 +122,6 @@ our %Lexicon = (
"PROTECT_ROOM_WITH_PASSWORD" => "If this password is set, participants will have to type it before the system let them in",
"ERROR_COMMON_ROOM_NAME" => "Sorry, this room name is too comon to be reserved",
"AUTHENTICATE" => "Authentication",
"AUTH_TO_MANAGE_THE_ROOM" => "Authenticate to manage the room",
"ADD_NOTIFICATION" => "Add a notification",
"ADD_THIS_ADDRESS" => "Add this address",
"REMOVE_THIS_ADDRESS" => "Remove this address",

View File

@ -128,7 +128,6 @@ our %Lexicon = (
"rejoindre le salon",
"ERROR_COMMON_ROOM_NAME" => "Désolé, le nom de ce salon est trop commun pour être réservé",
"AUTHENTICATE" => "Authentification",
"AUTH_TO_MANAGE_THE_ROOM" => "Authentifiez-vous pour gérer le salon",
"ADD_NOTIFICATION" => "Ajouter une notification",
"ADD_THIS_ADDRESS" => "Ajouter cette adresse",
"REMOVE_THIS_ADDRESS" => "Supprimer cette adresse",

View File

@ -6,14 +6,11 @@
×
</button>
<h4 class="modal-title">
<%=l 'AUTHENTICATION' %>
<%=l 'AUTHENTICATE' %>
</h4>
</div>
<div class="modal-body">
<form class="form-horizontal" role="form" id="ownerAuthForm">
<p>
<%=l 'AUTH_TO_MANAGE_THE_ROOM' %>
</p>
<div class="form-group">
<label for="ownerAuthPass" class="col-sm-4 control-label">
<%=l 'PASSWORD' %>