diff options
Diffstat (limited to 'app/views/help/ui.html.haml')
-rw-r--r-- | app/views/help/ui.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/help/ui.html.haml b/app/views/help/ui.html.haml index d084559abc3..c9244770bd0 100644 --- a/app/views/help/ui.html.haml +++ b/app/views/help/ui.html.haml @@ -532,8 +532,8 @@ Awesome file .file-actions .btn-group - %a.btn Edit - %a.btn.btn-danger Remove + %a.btn 编辑 + %a.btn.btn-danger 删除 .file-contenta.code = render 'shared/file_highlight', blob: blob |