Skip to content

Commit 62c3c90

Browse files
authored
* update session timeout copy * remove FAQ link
1 parent 76b1dc1 commit 62c3c90

File tree

5 files changed

+3
-10
lines changed

5 files changed

+3
-10
lines changed

app/views/shared/_footer.html.erb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,10 @@
66
<%= t("general.footer.content_html") %>
77
</p>
88
<p class="spacing-below-35">
9-
<div class="spacing-below-10">
10-
<%= link_to t("general.faq"), "" %>
11-
</div>
12-
<div>
139
<%= link_to t("general.privacy_policy"), "" %>
14-
</div>
1510
</p>
1611
<%= image_tag "cfa-logo.svg" %>
1712
</div>
1813
</div>
1914
</div>
20-
</footer>
15+
</footer>

config/locales/devise.en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ en:
1313
locked: "Your account is locked."
1414
last_attempt: "You have one more attempt before your account is locked."
1515
not_found_in_database: "Invalid %{authentication_keys} or password."
16-
timeout: "Your session expired. Please sign in again to continue."
16+
timeout: "Your session expired. Please re-enter your information."
1717
unauthenticated: "You need to sign in or sign up before continuing."
1818
unconfirmed: "You have to confirm your email address before continuing."
1919
mailer:

config/locales/devise.es.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ es:
1313
locked: "Tu cuenta está bloqueada."
1414
last_attempt: "Tienes un intento más antes que tu cuenta sea bloqueada."
1515
not_found_in_database: "%{authentication_keys} o contraseña inválidos."
16-
timeout: "Tu sesión ha expirado. Inicia sesión nuevamente."
16+
timeout: "Su sesión ha terminado. Por favor, vuelva a ingresar su información para continuar."
1717
unauthenticated: "Tienes que registrarte o iniciar sesión antes de continuar."
1818
unconfirmed: "Tienes que confirmar tu cuenta antes de continuar."
1919
mailer:

config/locales/en.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ en:
1212
close: Close
1313
continue: Continue
1414
continue_without_this_number: Continue without it
15-
faq: Frequently Asked Questions
1615
footer:
1716
content_html: This benefits application is a service built by <a target="_blank" rel="noopener nofollow" href="https://www.codeforamerica.org">Code for America</a> in partnership on behalf of the people of the United States.
1817
gbh_team: GetBenefitsHelp Team

config/locales/es.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ es:
1212
close: Cerrar
1313
continue: Continuar
1414
continue_without_this_number: Continuar sin este número
15-
faq: Frequently Asked Questions
1615
footer:
1716
content_html: This benefits application is a service built by <a target="_blank" rel="noopener nofollow" href="https://www.codeforamerica.org">Code for America</a> in partnership on behalf of the people of the United States.
1817
gbh_team: GetBenefitsHelp Team

0 commit comments

Comments
 (0)