diff --git a/pg-act/ht/add-onion.php b/pg-act/ht/add-onion.php index 89c369b..3bce480 100644 --- a/pg-act/ht/add-onion.php +++ b/pg-act/ht/add-onion.php @@ -44,4 +44,4 @@ if ($code !== 0) output(500, 'Failed to reload Nginx.'); // Tell the user their site address -output(200, sprintf(_('%s added on this directory.'), PAGE_METADATA['title'] . sprintf(_('Its address is: %s'), 'http://' . $onion . '/'); +output(200, sprintf(_('%s added on this directory.'), PAGE_METADATA['title']) . ' ' . sprintf(_('Its address is: %s'), 'http://' . $onion . '/'));