Skip to content

Commit

Permalink
chore: implement pr review
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Sep 23, 2024
1 parent bcaf401 commit 0c17360
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions assets/src/Components/ImportModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,11 @@ const ImportModal = ( {
sprintf(
// translators: %s is Hyve plugin name.
__(
'Hyve is an AI-powered chatbot that transforms your WordPress content into engaging conversations. <a><span>%s</span><icon/></a>',
'Hyve is an AI-powered chatbot that transforms your WordPress content into engaging conversations. %sHyve%s',
'templates-patterns-collection'
),
'Hyve'
'<a><span>',
'</span><icon/></a>'
),
{
a: (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,14 @@ const ImportOptionsControl = ( {
icon: 'admin-comments',
tooltip: createInterpolateElement(
sprintf(
// translators: %s is Hyve plugin name.
__(
'Hyve is an AI-powered chatbot that transforms your WordPress content into engaging conversations. <a><span>%s</span><icon/></a>',
// translators: %1$s is the opening tag for the link.
// translators: %2$s is the closing tag for the link.
'Hyve is an AI-powered chatbot that transforms your WordPress content into engaging conversations. %1$sHyve%2$s',
'templates-patterns-collection'
),
'Hyve'
'<a><span>',
'</span><icon/></a>'
),
{
a: (
Expand Down

0 comments on commit 0c17360

Please sign in to comment.