diff options
Diffstat (limited to 'templates/repo/find/files.tmpl')
-rw-r--r-- | templates/repo/find/files.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/find/files.tmpl b/templates/repo/find/files.tmpl index 3b102f9883..00fa6dc8ff 100644 --- a/templates/repo/find/files.tmpl +++ b/templates/repo/find/files.tmpl @@ -14,7 +14,7 @@ </tbody> </table> <div id="repo-find-file-no-result" class="ui row center mt-5" hidden> - <h3>{{.i18n.Tr "repo.find_file.no_matching"}}</h3> + <h3>{{.locale.Tr "repo.find_file.no_matching"}}</h3> </div> </div> </div> |