diff --git a/app/views/shared/_beta_banner.html.erb b/app/views/shared/_beta_banner.html.erb index 1728860..b4503b5 100644 --- a/app/views/shared/_beta_banner.html.erb +++ b/app/views/shared/_beta_banner.html.erb @@ -1,4 +1,4 @@
-

<%= t(".beta_info")%> <%= t(".issue_link")%> <%= link_to(("https://github.com/Evolix/chexpire/issues/new"), "https://github.com/Evolix/chexpire/issues/new")%> +

<%= t(".beta_info")%> <%= link_to(t(".issue_link"),("https://github.com/Evolix/chexpire/issues/new"))%>

diff --git a/config/locales/en.yml b/config/locales/en.yml index c468bdd..451d3f3 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -76,8 +76,8 @@ en: welcome: "Chexpire" intro: "Never forget to renew a domain name or SSL certificate." beta_banner: - beta_info: "Chexpire is now in \"beta\" release. Limitation: only major TLD (.com/.net/.org/.fr) are supported for domain name checks." - issue_link: "Please report issues to " + beta_info: "Chexpire is in \"beta\" release: only few TLD (.com/.net/.org/.fr) are verified for domain name checks and TLS 1.2 is not supported for SSL checks." + issue_link: "Please report issues." pages: diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 496707c..9c20ef5 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -108,8 +108,8 @@ fr: welcome: "Chexpire" intro: "vous n'oublierez plus jamais de renouveler un nom de domaine ou un certificat SSL." beta_banner: - beta_info: "Chexpire est en version \"beta\". Limitation : seul les TLD principaux (.com/.net/.org/.fr) sont supportés pour les vérifications de nom de domaine." - issue_link: "Merci de reporter les bugs et suggestions via " + beta_info: "Chexpire est en version \"beta\" seuls certains TLD (.com/.net/.org/.fr) sont vérifiés pour les noms de domaine et TLS 1.2 n'est pas supporté pour les vérifications SSL." + issue_link: "Merci de nous reporter les bugs et suggestions." pages: