Skip to content

Commit

Permalink
Merge pull request #25769 from qmonmert/typo050424
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
DanielFran authored Apr 5, 2024
2 parents a2ed9cc + 0d78efd commit f78f9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/react/support/translate-react.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sessions.title-{"username":"{account.login}"}-translated-val
`);
});

it('should replace multine Translate tag with interpolate comming first', () => {
it('should replace multine Translate tag with interpolate coming first', () => {
const body = `
<Translate interpolate={{ username: account.login }} contentKey="sessions.title">
Active sessions for [<strong>{account.login}</strong>]
Expand Down

0 comments on commit f78f9ce

Please sign in to comment.