Skip to content

Commit f37eba1

Browse files
committed
small fix
1 parent 9ba8a5e commit f37eba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/partials/bread-admin-display.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ private function select_service_bodies()
4646
for ($i = 1; $i <= 5; $i++) { ?>
4747
<li><label for="service_body_<?php echo esc_html($i); ?>"><?php
4848
/* translators: Bread can query up to five servers, the string is the number 1-5 */
49-
esc_html(sprintf(__('Service Body %d', 'bread'), $i)) ?>: </label>
49+
echo esc_html(sprintf(__('Service Body %d', 'bread'), $i)) ?>: </label>
5050
<select class="service_body_select" id="service_body_<?php echo esc_html($i); ?>" name="service_body_<?php echo esc_html($i); ?>"><?php
5151
if ($this->connected) {
5252
$this->select_service_body_options($i);

0 commit comments

Comments
 (0)