diff options
author | Bob Van Landuyt <bob@gitlab.com> | 2017-06-15 15:09:31 +0200 |
---|---|---|
committer | Bob Van Landuyt <bob@gitlab.com> | 2017-06-15 16:54:40 +0200 |
commit | 9a0e67639d5a0783c84f1f7a1ab3e961fa16a53e (patch) | |
tree | 8da6c5990a485e84b3b6873d50eeddc1e4a727f8 /app/views | |
parent | 80db01491f4074f44333c5f1854888b3763510d5 (diff) | |
download | gitlab-ce-9a0e67639d5a0783c84f1f7a1ab3e961fa16a53e.tar.gz |
Add translation for the verb 'Revert'
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/commit/_change.html.haml | 2 |
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') |