Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 511e405

Browse files
improvement: better general error message
1 parent 80b6c18 commit 511e405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/composables/useAxiosErrorHandling.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function useAxiosErrorHandling() {
7373
showErrorToast('Error', 'Something went wrong...')
7474
}
7575
} else if (error.request) {
76-
showErrorToast('Error', 'Technical difficulties, please contact I.T. support.')
76+
showErrorToast('Error', 'We are experiencing technical difficulties, please try again later.')
7777
}
7878

7979
options.onError?.(error)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /