diff options
Diffstat (limited to 'web/template/search_accounts_form.php')
-rw-r--r-- | web/template/search_accounts_form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/search_accounts_form.php b/web/template/search_accounts_form.php index 6e7d5526..d5665e90 100644 --- a/web/template/search_accounts_form.php +++ b/web/template/search_accounts_form.php @@ -58,7 +58,7 @@ <td> </td> <td align='left'> <br/> <input type='submit' class='button' - value="<?php print __("Search'"); ?>"> + value="<?php print __("Search"); ?>"> <input type='reset' class='button' value="<?php print __("Reset"); ?>"></td> </tr> |