Skip to content

Commit

Permalink
[#421] Update strings for CKAN 2.0 readyness
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin authored and amercader committed Mar 26, 2013
1 parent 9ea9305 commit f0f0270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/templates/tag/index.html
Expand Up @@ -24,8 +24,8 @@ <h1 class="page-heading">{{ _('Tags') }}</h1>
<section class="module module-narrow module-shallow simple-input">
<form class="module-content field-bordered" action="{% url_for controller='tag', action='index' %}" method="get">
<div class="field">
<label for="field-tag-search">{{ _('Search Tags') }}</label>
<input id="field-tag-search" type="text" class="field" name="q" placeholder="{{ _('Search Tags') }}" />
<label for="field-tag-search">{{ _('Search') }}</label>
<input id="field-tag-search" type="text" class="field" name="q" placeholder="{{ _('Search') }}" />
<button class="btn-search" type="submit">{{ _('Search') }}</button>
</div>
</form>
Expand Down

0 comments on commit f0f0270

Please sign in to comment.