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/unknow_error.html | |
| parent | 55b9b10d2e39fb52d566441d44c1c132b7ff06fe (diff) | |
oscar template: update translation files
Diffstat (limited to 'searx/templates/oscar/messages/unknow_error.html')
| -rw-r--r-- | searx/templates/oscar/messages/unknow_error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/messages/unknow_error.html b/searx/templates/oscar/messages/unknow_error.html index 40f323f42..3c4c9c15d 100644 --- a/searx/templates/oscar/messages/unknow_error.html +++ b/searx/templates/oscar/messages/unknow_error.html @@ -2,7 +2,7 @@ <div class="alert alert-danger 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('exclamation-sign') }} {{ _('Oh snap!') }}</strong> {{ _('Something went wrong.') }} |