diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-29 16:31:32 +0200 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-10-05 14:40:47 +0200 |
| commit | 451586f09f819c5a099eac7389522acd8a554466 (patch) | |
| tree | a8ea4463039a525f88577f079b3e4ef36a1aa386 /searx/templates/oscar/messages/first_time.html | |
| parent | 55b9b10d2e39fb52d566441d44c1c132b7ff06fe (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.html | 2 |
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.') }} |