We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2bd4af commit 21188aaCopy full SHA for 21188aa
1 file changed
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Forms/SystemRESTAPIUpdatesForm.inc
@@ -31,8 +31,10 @@ class SystemRESTAPIUpdatesForm extends Form {
31
32
public function on_save(string $success_banner_msg = ''): void {
33
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.',
+ success_banner_msg: 'The requested version is being installed in the background. During the update, the ' .
+ "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.',
38
);
39
}
40
0 commit comments