Fix missing locale domain

This commit is contained in:
Stefan Kalscheuer 2017-06-11 10:19:29 +02:00
parent 76cd908861
commit 54149e1e8e

View File

@ -250,7 +250,8 @@ if ( ! empty( $_POST['statifyblacklist'] ) ) {
?></textarea> ?></textarea>
<br/> <br/>
<small> <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 192.168.123.0/24, 2001:db8:a0b:12f0::1/64
) )
</small> </small>