Commit 4a014941 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch '24082-double-escaping-in-tableflip-quick-action' into 'master'

Resolve "Double escaping in /tableflip quick action"

Closes #24082

See merge request gitlab-org/gitlab!19271
parents 43690d15 8d7a773b
---
title: Fix double escaping in /tableflip quick action
merge_request: 19271
author: Brian T
type: fixed
......@@ -234,7 +234,7 @@ module Gitlab
"#{comment} #{SHRUG}"
end
desc _("Append the comment with %{TABLEFLIP}") % { tableflip: TABLEFLIP }
desc _("Append the comment with %{tableflip}") % { tableflip: TABLEFLIP }
params '<Comment>'
types Issuable
substitution :tableflip do |comment|
......
......@@ -1761,10 +1761,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
msgid "Append the comment with %{TABLEFLIP}"
msgid "Append the comment with %{shrug}"
msgstr ""
msgid "Append the comment with %{shrug}"
msgid "Append the comment with %{tableflip}"
msgstr ""
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