Skip to content

Commit

Permalink
Update text_copy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitamalinov authored Apr 27, 2024
1 parent bcf1485 commit 995baef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/text_copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ def request_issue_comment(requests_left: int, end_date: datetime.datetime):
return f"\n\nYou have {requests_left} requests left in this cycle which refreshes on {end_date}.\nIf you have any questions or concerns, please contact us at [info@gitauto.ai](mailto:info@gitauto.ai)."


UPDATE_COMMENT_FOR_RAISED_ERRORS_BODY = "Sorry, we have an error. Please try again.\n\nHave feedback or need help?\n\n[info@gitauto.ai](mailto:info@gitauto.ai)"
UPDATE_COMMENT_FOR_RAISED_ERRORS_NO_CHANGES_MADE = "No changes were detected. Please add more details to the issue and try again.\n\nHave feedback or need help?\n\n[info@gitauto.ai](mailto:info@gitauto.ai)"
UPDATE_COMMENT_FOR_RAISED_ERRORS_BODY = "Sorry, we have an error. Please try again.\n\nHave feedback or need help?\n[info@gitauto.ai](mailto:info@gitauto.ai)"
UPDATE_COMMENT_FOR_RAISED_ERRORS_NO_CHANGES_MADE = "No changes were detected. Please add more details to the issue and try again.\n\nHave feedback or need help?\n[info@gitauto.ai](mailto:info@gitauto.ai)"

0 comments on commit 995baef

Please sign in to comment.