You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/Review/index.js
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ const App = () => {
54
54
<p
55
55
dangerouslySetInnerHTML={{
56
56
__html: sprintf(
57
+
// translators: %1$s is an opening strong tag, %2$s is a closing strong tag.
57
58
__(
58
59
"You've successfully imported %1$s more than 100 posts %2$s using Feedzy!",
59
60
'feedzy-rss-feeds'
@@ -67,6 +68,7 @@ const App = () => {
67
68
<p
68
69
dangerouslySetInnerHTML={{
69
70
__html: sprintf(
71
+
// translators: %1$s is an opening strong tag, %2$s is a closing strong tag, %3$s is for the 5-star rating stars.
70
72
__(
71
73
"If you're enjoying Feedzy, we'd be thrilled if you could leave us a %1$s5-star review%2$s (%3$s) on WordPress.org. Your support helps us grow and deliver even better features.",
0 commit comments