diff options
| -rw-r--r-- | root/html/includes/new/unsupported_protocol.tt | 2 | ||||
| -rw-r--r-- | root/html/pages/new/confirm.tt | 2 | ||||
| -rw-r--r-- | root/mail/host_up_request.tt | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/root/html/includes/new/unsupported_protocol.tt b/root/html/includes/new/unsupported_protocol.tt index 7552c82..7c46698 100644 --- a/root/html/includes/new/unsupported_protocol.tt +++ b/root/html/includes/new/unsupported_protocol.tt @@ -1 +1 @@ -Unsuported protocol +Unsupported protocol diff --git a/root/html/pages/new/confirm.tt b/root/html/pages/new/confirm.tt index 2dde830..85b19aa 100644 --- a/root/html/pages/new/confirm.tt +++ b/root/html/pages/new/confirm.tt @@ -1,7 +1,7 @@ <div id="foo"> <h2>Confirmation</h2> -<p>The URL [% c.session.new_uri | html %] has been succefully validated.</p> +<p>The URL [% c.session.new_uri | html %] has been successfully validated.</p> <p>Please confirm the addition into the database.</p> diff --git a/root/mail/host_up_request.tt b/root/mail/host_up_request.tt index 56b4e91..6f733d9 100644 --- a/root/mail/host_up_request.tt +++ b/root/mail/host_up_request.tt @@ -1,8 +1,8 @@ Hi, -You (hopefully) asked to update information about Mageia mirror. +You (hopefully) asked to update information about a Mageia mirror. -To confirm the requst please visit: +To confirm the request please visit: [% c.uri_for('/validate', reqid) %] |
