1
0
mirror of https://github.com/dwaxweiler/connector-mobilizon synced 2025-06-05 21:59:25 +02:00

improve translatability

This commit is contained in:
Daniel Waxweiler
2021-05-06 09:22:13 +02:00
parent a3a980d6db
commit 2d2b1b9293
8 changed files with 13 additions and 17 deletions

View File

@@ -10,5 +10,5 @@ if (!defined('ABSPATH')) {
type="url"
value="<?php echo esc_attr($url); ?>">
<p class="description">
<?php esc_html_e('The URL of the Mobilizon instance whose events you want to list, e.g. https://example.net', $textDomain); ?>
<?php esc_html_e('The URL of the Mobilizon instance whose events you want to list, e.g. https://example.net', 'connector-mobilizon'); ?>
</p>