diff --git a/lib/Vroom/I18N/en.pm b/lib/Vroom/I18N/en.pm
index 0ae60da..33758e8 100644
--- a/lib/Vroom/I18N/en.pm
+++ b/lib/Vroom/I18N/en.pm
@@ -221,14 +221,15 @@ our %Lexicon = (
"EXTENSION_REQUIRED" => "An extension is required",
"VROOM_CHROME_EXTENSION" => "To enable screen sharing, you need to install an extension. Click on the following link and refresh this page",
"ALLOW_SCREEN_SHARING" => "You have to allow screen sharing",
- "ALLOW_SCREEN_SHARING_ON_FF_s" => "For security reasons, your browser do not allow screen sharing by default. " .
- "To enable it, please follow these steps:
" .
- "
- <%== sprintf $self->l('ALLOW_SCREEN_SHARING_ON_FF_s'), $self->req->url->to_abs->host %> + <%=l 'ALLOW_SCREEN_SHARING_ON_FF' %> + <%== sprintf $self->l('SCREE_SHARING_ABOUT_CONFIG_s'), $self->req->url->to_abs->host %>