Skip to content

Commit dcef4b4

Browse files
GitHKAndrei Neagumergify[bot]
authored
🎨 Changed confusing wording (ITISFoundation#7365)
Co-authored-by: Andrei Neagu <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent df0b6c7 commit dcef4b4

File tree

2 files changed

+6
-6
lines changed
  • packages/service-library/src/servicelib/aiohttp
  • services/director-v2/src/simcore_service_director_v2/modules/dynamic_sidecar/scheduler/_core

2 files changed

+6
-6
lines changed

‎packages/service-library/src/servicelib/aiohttp/rest_middlewares.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525

2626
DEFAULT_API_VERSION = "v0"
2727
_FMSG_INTERNAL_ERROR_USER_FRIENDLY_WITH_OEC = (
28-
"We apologize for the inconvenience."
29-
" Our team has recorded the issue [SupportID={error_code}] and is working to resolve it as quickly as possible."
30-
" Thank you for your patience"
28+
"We apologize for the inconvenience. "
29+
"Our team has recorded the issue [SupportID={error_code}]. "
30+
"If the issue persists please report it."
3131
)
3232

3333

‎services/director-v2/src/simcore_service_director_v2/modules/dynamic_sidecar/scheduler/_core/_observer.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ async def observing_single_service(
146146
# With unhandled errors, let's generate and ID and send it to the end-user
147147
# so that we can trace the logs and debug the issue.
148148
user_error_msg = (
149-
f"This service ({service_name}) unexpectedly failed."
150-
" Our team has recorded the issue and is working to resolve it as quickly as possible."
151-
" Thank you for your patience."
149+
f"The service ({service_name}) experienced a problem. "
150+
"Our team has recorded the issue. "
151+
"If the issue persists please report it."
152152
)
153153
error_code = create_error_code(exc)
154154

0 commit comments

Comments
 (0)