Commit 8d7a773b authored by Brian T's avatar Brian T Committed by Grzegorz Bizon

Resolve "Double escaping in /tableflip quick action"

parent 43690d15
---
title: Fix double escaping in /tableflip quick action
merge_request: 19271
author: Brian T
type: fixed
...@@ -234,7 +234,7 @@ module Gitlab ...@@ -234,7 +234,7 @@ module Gitlab
"#{comment} #{SHRUG}" "#{comment} #{SHRUG}"
end end
desc _("Append the comment with %{TABLEFLIP}") % { tableflip: TABLEFLIP } desc _("Append the comment with %{tableflip}") % { tableflip: TABLEFLIP }
params '<Comment>' params '<Comment>'
types Issuable types Issuable
substitution :tableflip do |comment| substitution :tableflip do |comment|
......
...@@ -1761,10 +1761,10 @@ msgstr "" ...@@ -1761,10 +1761,10 @@ msgstr ""
msgid "Appearance was successfully updated." msgid "Appearance was successfully updated."
msgstr "" msgstr ""
msgid "Append the comment with %{TABLEFLIP}" msgid "Append the comment with %{shrug}"
msgstr "" msgstr ""
msgid "Append the comment with %{shrug}" msgid "Append the comment with %{tableflip}"
msgstr "" msgstr ""
msgid "Application" msgid "Application"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment