aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/partial
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-05-04 14:31:51 +0300
committerGravatar Vitaly Takmazov2017-05-05 12:07:51 +0300
commit59d40ee85493beb04aaf4b861afc7c9f4d9e10a8 (patch)
treedb735a1456e4fac0d24422c0b311f01db3c3a68a /juick-www/src/main/webapp/WEB-INF/views/partial
parent3ec1ccf563008338197dc3e306551ef1f8e8362e (diff)
juick-www: i18n
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/partial')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/partial/navigation.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/navigation.html b/juick-www/src/main/webapp/WEB-INF/views/partial/navigation.html
index 998aa422..2abbfcab 100644
--- a/juick-www/src/main/webapp/WEB-INF/views/partial/navigation.html
+++ b/juick-www/src/main/webapp/WEB-INF/views/partial/navigation.html
@@ -9,7 +9,8 @@
</nav>
<div id="search">
<form action="/">
- <input type="text" name="search" class="text" placeholder="Поиск" value="{{ search | default('') }}"/>
+ <input type="text" name="search" class="text"
+ placeholder="{{ i18n('messages','label.search') }}" value="{{ search | default('') }}"/>
</form>
</div>
<section id="headdiv">