summaryrefslogtreecommitdiff
path: root/searx/templates/default/result_templates/map.html
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2015-02-12 08:25:18 +0100
committerAdam Tauber <asciimoo@gmail.com>2015-02-12 08:25:18 +0100
commit516105c570a920dadeb87b34ee5ee434ad5cb16f (patch)
treea4b231aa5905210a49d4b1f70f6be1b089ac4ef7 /searx/templates/default/result_templates/map.html
parent9520542fa5c9f43c09d53b8673d4e25b6e561be8 (diff)
parentb5cbbcede4bb352531198d4e80a36d0082ccfa6e (diff)
Merge pull request #227 from Cqoicebordel/rtl-fix
RTL-fixes
Diffstat (limited to 'searx/templates/default/result_templates/map.html')
-rw-r--r--searx/templates/default/result_templates/map.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/default/result_templates/map.html b/searx/templates/default/result_templates/map.html
index 159e472b5..b0eda2be5 100644
--- a/searx/templates/default/result_templates/map.html
+++ b/searx/templates/default/result_templates/map.html
@@ -6,7 +6,7 @@
<div>
<h3 class="result_title"><a href="{{ result.url }}">{{ result.title|safe }}</a></h3>
- <p class="url">{{ result.pretty_url }} <a class="cache_link" href="https://web.archive.org/web/{{ result.url }}">cached</a>
+ <p class="url">{{ result.pretty_url }} <a class="cache_link" href="https://web.archive.org/web/{{ result.url }}">{{ _('cached') }}</a>
{% if result.publishedDate %}<span class="published_date">{{ result.publishedDate }}</span>{% endif %}</p>
<p class="content">{% if result.img_src %}<img src="{{ image_proxify(result.img_src) }}" class="image" />{% endif %}{% if result.content %}{{ result.content|safe }}<br class="last"/>{% endif %}</p>
</div>