Skip to content

Commit

Permalink
@GitHK review: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Oct 31, 2022
1 parent 7bda027 commit 5e50345
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ async def register_phone(request: web.Request):
)

raise web.HTTPServiceUnavailable(
reason=f"Currently our system cannot register phones ({error_code})",
reason=f"Currently our system cannot register phone numbers ({error_code})",
content_type=MIMETYPE_APPLICATION_JSON,
) from e

Expand Down

0 comments on commit 5e50345

Please sign in to comment.