Skip to content

Commit 393f867

Browse files
authored
Overlooked translation in search.html (#7551)
1 parent e9a54e3 commit 393f867

File tree

1 file changed

+1
-1
lines changed
  • rest_framework/templates/rest_framework/filters

1 file changed

+1
-1
lines changed

rest_framework/templates/rest_framework/filters/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h2>{% trans "Search" %}</h2>
55
<div class="input-group">
66
<input type="text" class="form-control" style="width: 350px" name="{{ param }}" value="{{ term }}">
77
<span class="input-group-btn">
8-
<button class="btn btn-default" type="submit"><span class="glyphicon glyphicon-search" aria-hidden="true"></span> Search</button>
8+
<button class="btn btn-default" type="submit"><span class="glyphicon glyphicon-search" aria-hidden="true"></span> {% trans "Search" %}</button>
99
</span>
1010
</div>
1111
</div>

0 commit comments

Comments
 (0)