add comment for translators

This commit is contained in:
Daniel Waxweiler 2024-11-08 23:17:19 +01:00
parent 9708203f3c
commit e2d34032cd
1 changed files with 4 additions and 1 deletions

View File

@ -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>