File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Forms Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,10 @@ class SystemRESTAPIUpdatesForm extends Form {
3131
3232 public function on_save (string $ success_banner_msg = '' ): void {
3333 parent ::on_save (
34- success_banner_msg: 'The requested version is being installed in the background. Check this page again ' .
35- 'later to see the status. ' ,
34+ success_banner_msg: 'The requested version is being installed in the background. During the update, the ' .
35+ "REST API may be intermittently unavailable. Attempts to access the REST API's endpoints and web " .
36+ 'pages during the update may result in errors until it completes. Check this page again later to see ' .
37+ 'the status. ' ,
3638 );
3739 }
3840}
You can’t perform that action at this time.
0 commit comments