add comment for translators
This commit is contained in:
parent
9708203f3c
commit
e2d34032cd
|
@ -7,5 +7,8 @@ if (!defined('ABSPATH')) {
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<div class="<?php echo esc_attr($classNamePrefix); ?>_events-list">
|
<div class="<?php echo esc_attr($classNamePrefix); ?>_events-list">
|
||||||
<?php echo esc_html(sprintf(__('The group "%s" could not be found!', 'connector-mobilizon'), $groupName)); ?>
|
<?php
|
||||||
|
/* translators: %s is replaced with the name of the group. */
|
||||||
|
echo esc_html(sprintf(__('The group "%s" could not be found!', 'connector-mobilizon'), $groupName));
|
||||||
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue