Skip to content

Commit 76e2b3c

Browse files
fix: remove unnecessary image descriptions
1 parent 1580eb9 commit 76e2b3c

10 files changed

Lines changed: 18 additions & 55 deletions

File tree

exodus/analysis_query/locale/en/LC_MESSAGES/django.po

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-07-22 21:51+0000\n"
10+
"POT-Creation-Date: 2025-07-23 16:39+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -64,11 +64,6 @@ msgstr ""
6464
msgid "Submit an application handle or URL to run a new analysis"
6565
msgstr ""
6666

67-
#: analysis_query/templates/query_submit.html:23
68-
#: analysis_query/templates/query_upload.html:23
69-
msgid "Magic wand above a test tube"
70-
msgstr ""
71-
7267
#: analysis_query/templates/query_submit.html:27
7368
msgid ""
7469
"It is currently impossible to submit new analysis. Sorry for the "
@@ -80,7 +75,7 @@ msgid "URL of the application"
8075
msgstr ""
8176

8277
#: analysis_query/templates/query_submit.html:46
83-
msgid "Magnifying glass"
78+
msgid "Search"
8479
msgstr ""
8580

8681
#: analysis_query/templates/query_submit.html:51
@@ -179,10 +174,6 @@ msgstr ""
179174
msgid "Analysis in progress..."
180175
msgstr ""
181176

182-
#: analysis_query/templates/query_wait.html:27
183-
msgid "Sparkles above a test tube"
184-
msgstr ""
185-
186177
#: analysis_query/templates/query_wait.html:30
187178
msgid "See the report"
188179
msgstr ""

exodus/analysis_query/templates/query_submit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1 class="main-title">
2020
<div class="row justify-content-sm-center">
2121
<div class="col-md-8 col-12">
2222
<p class="text-center mb-5">
23-
<img src="{% static 'img/analysis_new.png' %}" width="120" alt="{% trans "Magic wand above a test tube" %}">
23+
<img src="{% static 'img/analysis_new.png' %}" width="120" alt="">
2424
</p>
2525
{% if submissions_disabled and not request.user.is_superuser %}
2626
<div class="text-center alert alert-danger">
@@ -43,7 +43,7 @@ <h1 class="main-title">
4343
<div class="input-group input-group-lg mb-3">
4444
<div class="input-group-prepend">
4545
<span class="input-group-text" id="handle_help">
46-
<small><img src="/static/img/search.svg" alt="{% trans "Magnifying glass" %}"></small>
46+
<small><img src="/static/img/search.svg" alt="{% trans "Search" %}"></small>
4747
</span>
4848
</div>
4949
<input type="text" class="form-control" id="handle" name="handle" aria-describedby="handle_help" required>

exodus/analysis_query/templates/query_upload.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1 class="main-title">
2020
<div class="row justify-content-sm-center">
2121
<div class="col-md-8 col-12">
2222
<p class="text-center mb-5">
23-
<img src="{% static 'img/analysis_new.png' %}" width=120px alt="{% trans "Magic wand above a test tube" %}">
23+
<img src="{% static 'img/analysis_new.png' %}" width=120px alt="">
2424
</p>
2525
<form method="post" enctype="multipart/form-data" action="{% url 'analysis:upload' %}">
2626
<div class="form-group">

exodus/analysis_query/templates/query_wait.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1 id="main-title" class="main-title">
2424
{% trans analysis.description %}
2525
</div>
2626
<p id="completed" class="text-center mt-5 d-none">
27-
<img src="{% static 'img/analysis_completed.png' %}" width="120" alt="{% trans "Sparkles above a test tube" %}">
27+
<img src="{% static 'img/analysis_completed.png' %}" width="120" alt="">
2828
</p>
2929
<p id="report" class="mt-4 d-none">
3030
<a href="#" class="btn btn-primary">{% trans "See the report" %}</a>

exodus/exodus/locale/en/LC_MESSAGES/django.po

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-07-22 21:51+0000\n"
10+
"POT-Creation-Date: 2025-07-23 16:39+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -237,10 +237,6 @@ msgid ""
237237
"you already use but that may not respect your privacy."
238238
msgstr ""
239239

240-
#: web/templates/base/next.html:49
241-
msgid "F-droid logo: green and blue cubic robot with a reverse C on it"
242-
msgstr ""
243-
244240
#: web/templates/base/next.html:53
245241
msgid ""
246242
"If you are an Android user, you can install <a target='_blank' "
@@ -264,14 +260,6 @@ msgid ""
264260
"your computer (e.g. uBlock Origin)."
265261
msgstr ""
266262

267-
#: web/templates/base/next.html:63
268-
msgid "Firefox logo: orange to yellow fox wrapped around a blue sphere"
269-
msgstr ""
270-
271-
#: web/templates/base/next.html:66
272-
msgid "DuckDuckGo logo: white duck with a green bow tie on an orange circle"
273-
msgstr ""
274-
275263
#: web/templates/base/next.html:70
276264
msgid ""
277265
"If you want a browser experience that is more respectful of your privacy, "
@@ -289,10 +277,6 @@ msgstr ""
289277
msgid "Install an ad blocker"
290278
msgstr ""
291279

292-
#: web/templates/base/next.html:80
293-
msgid "Blokada logo: orange striated shield"
294-
msgstr ""
295-
296280
#: web/templates/base/next.html:84
297281
msgid ""
298282
"In all cases, Android smartphones allow you to install ad-blocking "
@@ -597,10 +581,6 @@ msgstr ""
597581
msgid "Better understand what are trackers, permissions and what to do next"
598582
msgstr ""
599583

600-
#: web/templates/base/understand.html:21
601-
msgid "Eye on a phone"
602-
msgstr ""
603-
604584
#: web/templates/base/understand.html:27
605585
msgid "Know more about trackers and their impact on privacy"
606586
msgstr ""
@@ -614,14 +594,6 @@ msgstr ""
614594
msgid "What is permission and what are the privacy issues?"
615595
msgstr ""
616596

617-
#: web/templates/base/understand.html:49
618-
msgid "Location point on a phone"
619-
msgstr ""
620-
621-
#: web/templates/base/understand.html:55
622-
msgid "Tree hearts on a phone"
623-
msgstr ""
624-
625597
#: web/templates/base/understand.html:61
626598
msgid ""
627599
"A list of tools and things you can do to better manage your privacy on your "
@@ -673,7 +645,7 @@ msgid "Application name"
673645
msgstr ""
674646

675647
#: web/templates/snippets/reports_search.html:10
676-
msgid "Magnifying glass"
648+
msgid "Search"
677649
msgstr ""
678650

679651
#: web/templates/snippets/reports_search.html:16

exodus/reports/locale/en/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-07-22 21:51+0000\n"
10+
"POT-Creation-Date: 2025-07-23 16:39+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: LANGUAGE <LL@li.org>\n"

exodus/trackers/locale/en/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-07-22 21:51+0000\n"
10+
"POT-Creation-Date: 2025-07-23 16:39+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: LANGUAGE <LL@li.org>\n"

exodus/web/templates/base/next.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h4 class="mt-2">{% trans "Favour free software" %}</h4>
4646
</p>
4747
<p class="text-center">
4848
<a target='_blank' rel='noreferrer' href='https://f-droid.org/'>
49-
<img src="{% static 'img/fdroid_logo.svg' %}" width="120" alt="{% trans "F-droid logo: green and blue cubic robot with a reverse C on it" %}">
49+
<img src="{% static 'img/fdroid_logo.svg' %}" width="120" alt="">
5050
</a>
5151
</p>
5252
<p>
@@ -60,10 +60,10 @@ <h4 class="mt-2">{% trans "Use the mobile website instead of the application" %}
6060
</p>
6161
<p class="text-center">
6262
<a style="text-decoration:none" target='_blank' rel='noreferrer' href='https://play.google.com/store/apps/details?id=org.mozilla.firefox'>
63-
<img src="{% static 'img/firefox_logo.png' %}" width="120" alt="{% trans "Firefox logo: orange to yellow fox wrapped around a blue sphere" %}">
63+
<img src="{% static 'img/firefox_logo.png' %}" width="120" alt="">
6464
</a>
6565
<a target='_blank' rel='noreferrer' href='https://f-droid.org/packages/com.duckduckgo.mobile.android/'>
66-
<img src="{% static 'img/duckduckgo_logo.png' %}" width="120" alt="{% trans "DuckDuckGo logo: white duck with a green bow tie on an orange circle" %}">
66+
<img src="{% static 'img/duckduckgo_logo.png' %}" width="120" alt="">
6767
</a>
6868
</p>
6969
<p>
@@ -77,7 +77,7 @@ <h4 class="mt-2">{% trans "Use the mobile website instead of the application" %}
7777
<h4 class="mt-2">{% trans "Install an ad blocker" %}</h4>
7878
<p class="text-center">
7979
<a target='_blank' rel='noreferrer' href='https://blokada.org/'>
80-
<img src="{% static 'img/blokada_logo.png' %}" width="120" alt="{% trans "Blokada logo: orange striated shield" %}">
80+
<img src="{% static 'img/blokada_logo.png' %}" width="120" alt="">
8181
</a>
8282
</p>
8383
<p>

exodus/web/templates/base/understand.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1 class="main-title">
1818

1919
<div class="row justify-content-sm-center mb-5">
2020
<div class="col-md-3 col-5 my-auto">
21-
<img class="img-fluid" src="{% static 'img/tracker.svg' %}" alt="{% trans "Eye on a phone" %}">
21+
<img class="img-fluid" src="{% static 'img/tracker.svg' %}" alt="">
2222
</div>
2323
<div class="col-md-5 col-7">
2424
<div class="col-12">
@@ -46,13 +46,13 @@ <h4>{% trans "Permissions" %}</h4>
4646
</div>
4747
</div>
4848
<div class="col-md-3 col-5 my-auto">
49-
<img class="img-fluid" src="{% static 'img/permission.svg' %}" alt="{% trans "Location point on a phone" %}">
49+
<img class="img-fluid" src="{% static 'img/permission.svg' %}" alt="">
5050
</div>
5151
</div>
5252

5353
<div class="row justify-content-sm-center mb-5">
5454
<div class="col-md-3 col-5 my-auto">
55-
<img class="img-fluid" src="{% static 'img/alternatives.png' %}" alt="{% trans "Tree hearts on a phone" %}">
55+
<img class="img-fluid" src="{% static 'img/alternatives.png' %}" alt="">
5656
</div>
5757
<div class="col-md-5 col-7">
5858
<div class="col-12">

exodus/web/templates/snippets/reports_search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h4>{% trans "Search a report" %}</h4>
77
<div class="input-group input-group-lg mb-3">
88
<div class="input-group-prepend">
99
<span class="input-group-text" id="query_help">
10-
<small><img src="/static/img/search.svg" alt="{% trans "Magnifying glass" %}"></small>
10+
<small><img src="/static/img/search.svg" alt="{% trans "Search" %}"></small>
1111
</span>
1212
</div>
1313
<input type="text" class="form-control" id="query" aria-describedby="query_help">

0 commit comments

Comments
 (0)