From 3c581bad5a8ba8bb2fc29b9c8c5ac21bfbb1686a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 2 May 2014 18:32:02 +0000 Subject: [PATCH] Bug 11868: (follow-up) correct case of "SMS" Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt index f2a705184d..d4d71de0b1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt @@ -313,7 +313,7 @@ $(document).ready(function() {
  • [% IF letter.message_transport_type == "sms" and not Koha.Preference("SMSSendDriver") %]
    -
    You should enable the SMSSendDriver preference to use the sms templates.
    +
    You should enable the SMSSendDriver preference to use the SMS templates.
    [% ELSIF letter.message_transport_type == "phone" and not Koha.Preference("TalkingTechItivaPhoneNotification") %]
    You should enable the TalkingTechItivaPhoneNotification preference to use the phone templates.
    -- 2.20.1