Skip to content

Commit

Permalink
Remove ineffective nbsp from admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcleod committed Jun 11, 2024
1 parent e1627c1 commit d41f93f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/network-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ public function use_discourse_user_webhook_checkbox() {
$description = sprintf(
// translators: Discourse webhook description. Placeholder: discourse_webhook_url, webhook_payload_url.
__(
'<strong>URL:</strong><code>%2$s</code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
'<strong>URL:</strong><code>%2$s</code>
<strong>Events:</strong> "User is created", "User is Updated".',
'wp-discourse'
),
Expand Down
2 changes: 1 addition & 1 deletion admin/webhook-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public function use_discourse_user_webhook_checkbox() {
$description = sprintf(
// translators: Discourse webhook description. Placeholder: discourse_webhook_url, webhook_payload_url.
__(
'<strong>URL:</strong><code>%2$s</code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
'<strong>URL:</strong><code>%2$s</code>
<strong>Events:</strong> "User is created", "User is Updated".',
'wp-discourse'
),
Expand Down

0 comments on commit d41f93f

Please sign in to comment.