Moves browser's url out of yml
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
<p>
|
||||
<%= t("layouts.application.ie",
|
||||
chrome: link_to(
|
||||
t("layouts.application.chrome"), t("layouts.application.chrome_url"), target: "_blank"),
|
||||
t("layouts.application.chrome"), "https://www.google.com/chrome/browser/desktop/", target: "_blank"),
|
||||
firefox: link_to(
|
||||
t("layouts.application.firefox"), t("layouts.application.firefox_url"), target: "_blank")
|
||||
t("layouts.application.firefox"), "https://www.mozilla.org/firefox", target: "_blank")
|
||||
).html_safe %>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -54,9 +54,7 @@ en:
|
||||
"You are using Internet Explorer.
|
||||
For a better experience we recommend use %{chrome} or %{firefox}."
|
||||
chrome: "Google Chrome"
|
||||
chrome_url: "https://www.google.com/chrome/browser/desktop/"
|
||||
firefox: "Firefox"
|
||||
firefox_url: "https://www.mozilla.org/firefox"
|
||||
form:
|
||||
error: error
|
||||
errors: errors
|
||||
|
||||
@@ -54,9 +54,7 @@ es:
|
||||
"Hemos detectado que estás navegando desde Internet Explorer.
|
||||
Para una mejor experiencia te recomendamos utilizar %{chrome} o %{firefox}."
|
||||
chrome: "Google Chrome"
|
||||
chrome_url: "https://www.google.com/chrome/browser/desktop/"
|
||||
firefox: "Firefox"
|
||||
firefox_url: "https://www.mozilla.org/firefox"
|
||||
form:
|
||||
error: error
|
||||
errors: errores
|
||||
|
||||
Reference in New Issue
Block a user