Typo in locale label

master
Daniel Berteaud 10 years ago
parent 962e2b5c66
commit 5b7123744c
  1. 2
      lib/Vroom/I18N/en.pm
  2. 2
      lib/Vroom/I18N/fr.pm
  3. 2
      templates/default/join.html.ep

@ -208,7 +208,7 @@ our %Lexicon = (
"ALLOW_SCREEN_SHARING" => "You have to allow screen sharing",
"ALLOW_SCREEN_SHARING_ON_FF" => "For security reasons, your browser do not allow screen sharing by default. " .
"To enable it, please follow these steps:",
"SCREE_SHARING_ABOUT_CONFIG_s" => "<ol>" .
"SCREEN_SHARING_ABOUT_CONFIG_s" => "<ol>" .
" <li>Open a new tab, and type <b>about:config</b> in the address bar</li>" .
" <li>Accept the warning by clicking on the \"<i>I'll be careful, I promise !</i>\" button</li>" .
" <li>Search for <b>screensharing</b> in the search bar</li>" .

@ -216,7 +216,7 @@ our %Lexicon = (
"ALLOW_SCREEN_SHARING" => "Vous devez autoriser le partage d'écran",
"ALLOW_SCREEN_SHARING_ON_FF" => "Par mesure de sécurité, votre navigateur n'autorise pas le partgage d'écran par défaut. " .
"Pour l'activer, suivez ces étapes:",
"SCREE_SHARING_ABOUT_CONFIG_s" => "<ol>" .
"SCREEN_SHARING_ABOUT_CONFIG_s" => "<ol>" .
" <li>Ouvrez un nouvel onglet, et tapez <b>about:config</b> dans la barre d'adresse</li>" .
" <li>Validez l'avertissement en cliquant sur le bouton \"<i>Je ferai attention, promis !</i>\"</li>" .
" <li>Recherchez <b>screensharing</b> à l'aide de la barre de recherche</li>" .

@ -177,7 +177,7 @@
<div class="modal-body">
<p>
<%=l 'ALLOW_SCREEN_SHARING_ON_FF' %>
<%== sprintf $self->l('SCREE_SHARING_ABOUT_CONFIG_s'), $self->req->url->to_abs->host %>
<%== sprintf $self->l('SCREEN_SHARING_ABOUT_CONFIG_s'), $self->req->url->to_abs->host %>
</p>
</div>
</div>

Loading…
Cancel
Save