From 9a0e67639d5a0783c84f1f7a1ab3e961fa16a53e Mon Sep 17 00:00:00 2001 From: Bob Van Landuyt Date: Thu, 15 Jun 2017 15:09:31 +0200 Subject: Add translation for the verb 'Revert' --- app/views/projects/commit/_change.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/projects/commit') 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') -- cgit v1.2.1