summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/messages/first_time.html
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-09-29 16:31:32 +0200
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-10-05 14:40:47 +0200
commit451586f09f819c5a099eac7389522acd8a554466 (patch)
treea8ea4463039a525f88577f079b3e4ef36a1aa386 /searx/templates/oscar/messages/first_time.html
parent55b9b10d2e39fb52d566441d44c1c132b7ff06fe (diff)
oscar template: update translation files
Diffstat (limited to 'searx/templates/oscar/messages/first_time.html')
-rw-r--r--searx/templates/oscar/messages/first_time.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/messages/first_time.html b/searx/templates/oscar/messages/first_time.html
index 34e7e8956..38db62bdf 100644
--- a/searx/templates/oscar/messages/first_time.html
+++ b/searx/templates/oscar/messages/first_time.html
@@ -1,7 +1,7 @@
<div class="alert alert-info fade in" role="alert">
<button class="close" data-dismiss="alert" type="button">
<span aria-hidden="true">×</span>
- <span class="sr-only">Close</span>
+ <span class="sr-only">{{ _('Close') }}</span>
</button>
<strong class="lead">{{ icon('info-sign') }} {{ _('Heads up!') }}</strong>
{{ _('It look like you are using searx first time.') }}