Skip to content

Commit 6ccc6d9

Browse files
committed
fix(help): correct FTP server default text
Purpose of the change: - Update the FTP settings help text to describe the current default server state. Previous behavior: - The help text said the FTP server is enabled by default. Why that was a problem: - The default inetd FTP entry is commented out, so the help text contradicted the default disabled state. New behavior: - The FTP help text now says the FTP server is disabled by default. How it works: - Changes only the localized English help text for :ftp_server_help:.
1 parent c72475e commit 6ccc6d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

emhttp/languages/en_US/helptext.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ stabling is enabled.
14041404
:end
14051405

14061406
:ftp_server_help:
1407-
Enable or disable the FTP server daemon. By default the FTP server is enabled.
1407+
Enable or disable the FTP server daemon. By default the FTP server is disabled.
14081408
This setting is not saved, i.e. upon system reboot it will revert to its default setting.
14091409
:end
14101410

0 commit comments

Comments
 (0)