From 14cfc6fe4c9148ede23c085b94dc5842ca287e1c 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 Signed-off-by: Martin Renvoize --- 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 7c591889cfa..351746f5211 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.49.0