Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(msg text): Change notification message text for 404 not found #1184

Merged
merged 2 commits into from
Aug 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
providedIn: 'root',
})
export class HttpStatusMsg {
default: any = {

Check warning on line 7 in libs/vre/shared/assets/status-msg/src/lib/status-msg/statusMsg.ts

View workflow job for this annotation

GitHub Actions / test

Unexpected any. Specify a different type
100: {
message: 'Continue',
description:
Expand Down Expand Up @@ -114,7 +114,7 @@
404: {
message: 'Not Found',
description:
'The requested page could not be found but may be available again in the future',
'The requested page could not be found',
},
405: {
message: 'Method Not Allowed',
Expand Down