Merge pull request #5120 from dibdot/fwknopd-fix
authorJo-Philipp Wich <jo@mein.io>
Sat, 12 Jun 2021 16:54:05 +0000 (18:54 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Jun 2021 16:54:05 +0000 (18:54 +0200)
luci-app-fwknopd: trivial typo fix

applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js

index df368749a79bbbb2f61a728aa7f033330d2e5b53..9a2269017035825f344edea25c3d6d45b7a25e73 100644 (file)
@@ -591,7 +591,7 @@ return view.extend({
                                                        This makes it impossible to use the -s command line argument on the fwknop client command line, so either -R \
                                                        has to be used to automatically resolve the external address (if the client behind a NAT) or the client must \
                                                        know the external IP and set it via the -a argument.'));
-               s:option(YNValue, 'ENABLE_CMD_EXEC', 'ENABLE_CMD_EXEC', _('This instructs fwknopd to accept complete commands that are contained within an authorization packet. \
+               s.option(YNValue, 'ENABLE_CMD_EXEC', 'ENABLE_CMD_EXEC', _('This instructs fwknopd to accept complete commands that are contained within an authorization packet. \
                                                        Any such command will be executed on the fwknopd server as the user specified by the “CMD_EXEC_USER” or as the user \
                                                        that started fwknopd if that is not set.'));