summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys/_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/profiles/keys/_form.html.haml')
-rw-r--r--app/views/profiles/keys/_form.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/profiles/keys/_form.html.haml b/app/views/profiles/keys/_form.html.haml
index 4d78215ed3c..e2c1c7b13a5 100644
--- a/app/views/profiles/keys/_form.html.haml
+++ b/app/views/profiles/keys/_form.html.haml
@@ -7,11 +7,11 @@
%li= msg
.form-group
- = f.label :key, class: 'label-light'
+ = f.label :key, "公钥", class: 'label-light'
= f.text_area :key, class: "form-control", rows: 8, required: true
.form-group
- = f.label :title, class: 'label-light'
+ = f.label :title, "标题", class: 'label-light'
= f.text_field :title, class: "form-control", required: true
.prepend-top-default
- = f.submit 'Add key', class: "btn btn-create"
+ = f.submit '增加密钥', class: "btn btn-create"