File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/service-library/src/servicelib/aiohttp
services/director-v2/src/simcore_service_director_v2/modules/dynamic_sidecar/scheduler/_core Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727_FMSG_INTERNAL_ERROR_USER_FRIENDLY_WITH_OEC = (
2828 "We apologize for the inconvenience. "
2929 "Our team has recorded the issue [SupportID={error_code}]. "
30- "If the issue persist please report it."
30+ "If the issue persists please report it."
3131)
3232
3333
Original file line number Diff line number Diff 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 . "
149+ f"The service ({ service_name } ) experienced a problem . "
150150 "Our team has recorded the issue. "
151- "If the issue persist please report it."
151+ "If the issue persists please report it."
152152 )
153153 error_code = create_error_code (exc )
154154
You can’t perform that action at this time.
0 commit comments