File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
net/pfSense-pkg-WireGuard/files/usr/local Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ $wgg = array(
91
91
WG_ERROR_IF_SYNC => gettext ('Unable to sync WireGuard tunnel configuration with wg(8) ' ),
92
92
WG_ERROR_IF_DESTROY => gettext ('Unable to destroy WireGuard tunnel interface ' )),
93
93
'service ' => array (
94
- WG_ERROR_SVC_DISABLED => gettext ('WireGuard service is diabled ' ),
94
+ WG_ERROR_SVC_DISABLED => gettext ('WireGuard service is disabled ' ),
95
95
WG_ERROR_SVC_RUNNING => gettext ('WireGuard service is already running ' ),
96
96
WG_ERROR_SVC_START => gettext ('Unable to start WireGuard service ' ),
97
97
WG_ERROR_SVC_STOP => gettext ('Unable to stop WireGuard service ' ),
Original file line number Diff line number Diff line change 217
217
'persistentkeepalive ' ,
218
218
'Keep Alive ' ,
219
219
'text ' ,
220
- $ pconfig ['persistentkeepalive ' ]
220
+ $ pconfig ['persistentkeepalive ' ],
221
221
['placeholder ' => 'Keep Alive ' ]
222
222
))->addClass ('trim ' )
223
223
->setHelp ('Interval (in seconds) for Keep Alive packets sent to this peer.<br />
You can’t perform that action at this time.
0 commit comments