Remove unnecessary translation from merge request model
In `merge_request.rb`, the rebase_lock_message should be translated but it is not because it is saved to a class constant. This change generates the message dynamically.
Showing
Please register or sign in to comment