Skip to content

Commit 2e42fa1

Browse files
committed
Remove 'version' from error message
1 parent cb946b9 commit 2e42fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/rest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export default class RestApiBackend implements Backend {
229229
// but we may have a more detailed error message
230230
if (error.status === 404) {
231231
throw new Error(
232-
'REST API endpoint returned 404 (not found) error. Choose correct Checkmk edition and version in data source settings and make sure URL is correct.'
232+
'REST API endpoint returned 404 (not found) error. Choose correct Checkmk edition in data source settings and make sure URL is correct.'
233233
);
234234
}
235235

0 commit comments

Comments
 (0)