summaryrefslogtreecommitdiff
path: root/app/views/projects/commit
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@gitlab.com>2017-06-15 15:09:31 +0200
committerBob Van Landuyt <bob@gitlab.com>2017-06-15 16:54:40 +0200
commit9a0e67639d5a0783c84f1f7a1ab3e961fa16a53e (patch)
tree8da6c5990a485e84b3b6873d50eeddc1e4a727f8 /app/views/projects/commit
parent80db01491f4074f44333c5f1854888b3763510d5 (diff)
downloadgitlab-ce-9a0e67639d5a0783c84f1f7a1ab3e961fa16a53e.tar.gz
Add translation for the verb 'Revert'
Diffstat (limited to 'app/views/projects/commit')
-rw-r--r--app/views/projects/commit/_change.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/_change.html.haml b/app/views/projects/commit/_change.html.haml
index 4e7876eb313..e056ba93b36 100644
--- a/app/views/projects/commit/_change.html.haml
+++ b/app/views/projects/commit/_change.html.haml
@@ -1,6 +1,6 @@
- case type.to_s
- when 'revert'
- - label = n_('ChangeTypeAction|Revert')
+ - label = s_('ChangeTypeAction|Revert')
- branch_label = s_('ChangeTypeActionLabel|Revert in branch')
- revert_merge_request = _('Revert this merge request')
- revert_commit = _('Revert this commit')