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 committed Mar 21, 2013
1 parent 37a9320 commit e048f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/templates/tag/index.html
Original file line number Diff line number Diff line change
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 e048f48

Please sign in to comment.