mirror of
https://github.com/dwaxweiler/connector-mobilizon
synced 2025-04-24 23:28:45 +02:00
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">
|
||||
<?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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user