Skip to content

Commit

Permalink
chore: replace TODO alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Aug 8, 2023
1 parent ac122bc commit 30268d0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% block modal-content %}
<h2 class="me-4 me-md-0">
{% translate "Learn more about" %}
<img class="icon" width="197" height="26" src="{% static "img/login-gov-logo.svg" %}" alt="{% translate "TODO" context "image alt text" %}" />
<img class="icon" width="197" height="26" src="{% static "img/login-gov-logo.svg" %}" alt="{% translate "Login.gov" context "image alt text" %}" />
</h2>
<div class="row">
<h3 class="pt-4">{% translate "What is Login.gov?" %}</h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% block modal-content %}
<h2 class="me-4 me-md-0">
{% translate "Verify your identity with " %}
<img class="icon" width="197" height="26" src="{% static "img/login-gov-logo.svg" %}" alt="{% translate "TODO" context "image alt text" %}" />
<img class="icon" width="197" height="26" src="{% static "img/login-gov-logo.svg" %}" alt="{% translate "Login.gov" context "image alt text" %}" />
</h2>
<div class="row">
<p class="pt-3">
Expand Down
4 changes: 2 additions & 2 deletions benefits/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/cal-itp/benefits/issues \n"
"POT-Creation-Date: 2023-08-08 22:15+0000\n"
"POT-Creation-Date: 2023-08-08 22:20+0000\n"
"Language: English\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -374,7 +374,7 @@ msgid "Learn more about"
msgstr ""

msgctxt "image alt text"
msgid "TODO"
msgid "Login.gov"
msgstr ""

msgid "Verify your identity with "
Expand Down
6 changes: 3 additions & 3 deletions benefits/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/cal-itp/benefits/issues \n"
"POT-Creation-Date: 2023-08-08 22:15+0000\n"
"POT-Creation-Date: 2023-08-08 22:20+0000\n"
"Language: Español\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -463,8 +463,8 @@ msgid "Learn more about"
msgstr "TODO: Learn more about"

msgctxt "image alt text"
msgid "TODO"
msgstr "TODO"
msgid "Login.gov"
msgstr "Login.gov"

msgid "Verify your identity with "
msgstr "TODO: Verify your identity with "
Expand Down

0 comments on commit 30268d0

Please sign in to comment.