Commit 394737b2cb2ab82caa3b192ee4ae8fd17cb22cb9
1 parent
36ea8645
Exists in
spb-stable
and in
3 other branches
Use humanize instead of titleize for MR title suggestion
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/helpers/merge_requests_helper.rb
... | ... | @@ -20,7 +20,7 @@ module MergeRequestsHelper |
20 | 20 | target_project_id: target_project.id, |
21 | 21 | source_branch: event.branch_name, |
22 | 22 | target_branch: target_project.repository.root_ref, |
23 | - title: event.branch_name.titleize | |
23 | + title: event.branch_name.humanize | |
24 | 24 | } |
25 | 25 | end |
26 | 26 | ... | ... |