Fix missing locale domain
This commit is contained in:
parent
76cd908861
commit
54149e1e8e
@ -250,7 +250,8 @@ if ( ! empty( $_POST['statifyblacklist'] ) ) {
|
||||
?></textarea>
|
||||
<br/>
|
||||
<small>
|
||||
(<?php esc_html_e( 'Add one IP address or range per line, e.g.' ) ?> 127.0.0.1,
|
||||
(<?php esc_html_e( 'Add one IP address or range per line, e.g.', 'statify-blacklist' ) ?>
|
||||
127.0.0.1,
|
||||
192.168.123.0/24, 2001:db8:a0b:12f0::1/64
|
||||
)
|
||||
</small>
|
||||
|
Loading…
x
Reference in New Issue
Block a user