From f98b4fd857bdf82b53ae86a4a4ea166c60190e37 Mon Sep 17 00:00:00 2001 From: David Nind Date: Mon, 12 May 2025 21:58:24 +0000 Subject: [PATCH] Bug 39878: (follow-up) Update hints for default FTP and SFTP ports Hint now covers the default ports for FTP (21) and SFTP (22), instead of "will default to 22". Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt index 7c591889cf..351746f521 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt @@ -156,12 +156,12 @@
  • -
    The upload port will default to 22 if not set.
    +
    The upload port will default to 22 (for SFTP) or 21 (for FTP) if not set.
  • -
    The download port will default to 22 if not set.
    +
    The download port will default to 22 (for SFTP) or 21 (for FTP) if not set.
  • -- 2.39.5