Skip to content

Commit 9e4ba26

Browse files
committed
fix: jslint errors
1 parent d6d883a commit 9e4ba26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/Review/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const App = () => {
5454
<p
5555
dangerouslySetInnerHTML={{
5656
__html: sprintf(
57+
// translators: %1$s is an opening strong tag, %2$s is a closing strong tag.
5758
__(
5859
"You've successfully imported %1$s more than 100 posts %2$s using Feedzy!",
5960
'feedzy-rss-feeds'
@@ -67,6 +68,7 @@ const App = () => {
6768
<p
6869
dangerouslySetInnerHTML={{
6970
__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.
7072
__(
7173
"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.",
7274
'feedzy-rss-feeds'

0 commit comments

Comments
 (0)