diff options
author | Unknwon <u@gogs.io> | 2016-07-09 23:59:13 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-09 23:59:13 +0800 |
commit | a1f717f65a8b9260a8a354d1ff8886f0e89e74f3 (patch) | |
tree | 383f532644495c8a96d763e898ad2342dcac47ad /templates/repo | |
parent | 70a281a39b987d5bc19dbfcb94b0e6381a44ab73 (diff) | |
download | gitea-a1f717f65a8b9260a8a354d1ff8886f0e89e74f3.tar.gz gitea-a1f717f65a8b9260a8a354d1ff8886f0e89e74f3.zip |
Update locale
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/diff_box.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/diff_box.tmpl b/templates/repo/diff_box.tmpl index cfb3466cd3..a0565e6c8d 100644 --- a/templates/repo/diff_box.tmpl +++ b/templates/repo/diff_box.tmpl @@ -37,7 +37,7 @@ {{if $file.IsIncomplete}} <div class="diff-file-box diff-box file-content"> <h4 class="ui top attached normal header"> - {{$.i18n.Tr "repo.diff.file_supressed"}} + {{$.i18n.Tr "repo.diff.file_suppressed"}} <div class="diff-counter count ui left"> {{if not $file.IsRenamed}} <span class="add" data-line="{{.Addition}}">+ {{.Addition}}</span> |