You need to sign in or sign up before continuing.
Remove "#" from push_to_merge_request_email
What does this MR do and why?
In e3db0109 we added translations to this email, but accidentally included a #
which was only being used to interpolate ruby strings.
Screenshots or screen recordings
Before (on master ) |
After |
---|---|
![]() |
![]() |
How to set up and validate locally
- Start local
gdk
- Open
/rails/letter_opener
- Find or create an MR that has some watching participants and is behind the target branch and run
/rebase
- Wait a bit and refresh the letter opener
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.