Problem/Motivation
t() is used in one location in RemotePostWebformHandler instead of StringTranslationTrait $this->t() which is used elsewhere in the class.
Steps to reproduce
https://git.drupalcode.org/project/webform/-/blob/6.x/src/Plugin/Webform...
Proposed resolution
Replace t() with $this->t().
Issue fork webform-3219169
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
markdorisonComment #4
jrockowitz commentedComment #5
jrockowitz commentedCan you please change the target for this PR to 8.x-5.x?
Comment #7
markdorison@jrockowitz I was having trouble changing the base branch on MR!37 so I created a new one off of 8.x-5.x, MR!38.
Comment #8
jrockowitz commentedComment #9
jrockowitz commentedComment #11
jrockowitz commented