@@ -, +, @@ interface --- .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -1408,7 +1408,7 @@ legend:hover {

- SMS number should be in the format 1234567890 or +11234567890 + Please enter numbers only. Prefix the number with + if including the country code.

[% UNLESS nosms_provider_id %]

--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt @@ -133,7 +133,7 @@

  1. Some charges for text messages may be incurred when using this service. Please check with your mobile service provider if you have questions.
  1. - Please enter numbers only. (123) 456-7890 would be entered as 1234567890. + Please enter numbers only. Prefix the number with + if including the country code.
[% END %] --