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
__( "The %1$s directory is like the %2$s directory and many non-WordPress files are kept there.", 'wp-simple-firewall' ), __( 'WP root', 'wp-simple-firewall' ), '<code>/wp-content/</code>' ),
315
+
__( 'The %1$s directory is like the %2$s directory and many non-WordPress files are kept there.', 'wp-simple-firewall' ), __( 'WP root', 'wp-simple-firewall' ), '<code>/wp-content/</code>' ),
316
316
__( "Since it's normally messy, it's the perfect place to hide malicious files in plain sight.", 'wp-simple-firewall' ),
317
317
__( "We have rules to detect unidentified files, but you'll probably see false positive results.", 'wp-simple-firewall' ),
318
318
$additional,
@@ -764,7 +764,7 @@ public function getFor( string $key ) :array {
__( "This will cause %1$s and %2$s URLs to return HTTP 404 errors while you're not logged-in.", 'wp-simple-firewall' ),
767
+
__( "This will cause %1\$s and %2\$s URLs to return HTTP 404 errors while you're not logged-in.", 'wp-simple-firewall' ),
768
768
'<code>/wp-admin/</code>',
769
769
'<code>/wp-login.php</code>'
770
770
)
@@ -999,7 +999,7 @@ public function getFor( string $key ) :array {
999
999
),
1000
1000
sprintf(
1001
1001
/* translators: %1$s: server variable name, %2$s: server variable name */
1002
-
__( "If the correct setting is not %1$s, we recommend contacting your hosting provider to request that they configure your hosting so that %2$s provides the actual visitor IP address.", 'wp-simple-firewall' ),
1002
+
__( 'If the correct setting is not %1$s, we recommend contacting your hosting provider to request that they configure your hosting so that %2$s provides the actual visitor IP address.', 'wp-simple-firewall' ),
@@ -1064,7 +1064,7 @@ public function getFor( string $key ) :array {
1064
1064
.''.__( "It'll find a suitable location automatically, but if this fails, you may see PHP warnings on your site and certain Shield functionality won't be available.", 'wp-simple-firewall' ),
sprintf( '%s - %s', __( 'Important', 'wp-simple-firewall' ), __( 'You should only provide a value for this configuration option if you experience any trouble.', 'wp-simple-firewall' ) ),
Copy file name to clipboardExpand all lines: src/lib/src/Zones/Zone/Scans.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public function description() :array {
46
46
] ),
47
47
\implode( '', [
48
48
/* translators: %1$s: service name, %2$s: product name */
49
-
sprintf( __( "%1$s is %2$s's exclusive service that protects your wp-config.php file.", 'wp-simple-firewall' ), 'FileLocker', 'ShieldPRO' ),
49
+
sprintf( __( '%1$s is a %2$s exclusive service that protects your wp-config.php file.', 'wp-simple-firewall' ), 'FileLocker', 'ShieldPRO' ),
50
50
__( 'With it you can be instantly alerted to changes to the file with a clear view on the precise changes and easy next-steps on how to proceed.', 'wp-simple-firewall' ),
0 commit comments