Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.searchbox.php')
-rw-r--r--templates/part.searchbox.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.searchbox.php b/templates/part.searchbox.php
index 910af81ebb2..7465a7326ee 100644
--- a/templates/part.searchbox.php
+++ b/templates/part.searchbox.php
@@ -1,4 +1,4 @@
<form class='searchbox' action='<?php echo $_['searchurl']?>' method='post'>
<input name='query' value='<?php if(isset($_POST['query'])){echo $_POST['query'];};?>'/>
- <input type='submit' value='Search' class='prettybutton'/>
+ <input type='submit' value='<?php echo $l->t( 'Search' ); ?>' class='prettybutton'/>
</form> \ No newline at end of file