Skip to content

Commit b94c051

Browse files
fix: js lint
1 parent 4dccdeb commit b94c051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/Conditions/ConditionsControl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ const ConditionsControl = ({ conditions, setConditions }) => {
272272
{ __( 'Filter Condition limit reached', 'feedzy-rss-feeds' ) }
273273
<span>
274274
{/* translators: %1$s is the number of imports used, %2$s is the total number of imports allowed. */}
275-
{ __( '(' + sprintf( __( '%1$s/%2$s used', 'feedzy-rss-feeds' ), '1', '1' ) + ')' ) }
275+
{ '(' + sprintf( __( '%1$s/%2$s used', 'feedzy-rss-feeds' ), '1', '1' ) + ')' }
276276
</span>
277277
</p>
278278
</div>
@@ -285,7 +285,7 @@ const ConditionsControl = ({ conditions, setConditions }) => {
285285
<div className="button-container">
286286
<a
287287
href="https://themeisle.com/plugins/feedzy-rss-feeds/upgrade/?utm_source=wpadmin&utm_medium=post&utm_campaign=filterCondition&utm_content=feedzy-rss-feeds"
288-
target="_blank" rel="noopener "
288+
target="_blank" rel="noreferrer "
289289
className="button button-primary button-large"
290290
>
291291
{ __( 'Upgrade to PRO', 'feedzy-rss-feeds' ) }

0 commit comments

Comments
 (0)