You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1808,6 +1808,13 @@ issues.content_history.delete_from_history_confirm = Delete from history?
1808
1808
issues.content_history.options = Options
1809
1809
issues.reference_link = Reference: %s
1810
1810
1811
+
issues.mailto_modal.title = Create new issue by email
1812
+
issues.mailto_modal.desc_1 = You can create a new issue inside this project by sending an email to the following email address:
1813
+
issues.mailto_modal.desc_2 = The subject will be used as the title of the new issue, and the message will be the description.
1814
+
issues.mailto_modal.desc_3 = `This is a private email address generated just for you. Anyone who has it can create issues as if they were you. If that happens, <a href="#"class="%s">reset this token</a>.`
1815
+
issues.mailto_modal.mailto_link = Email a new issue to this repository
0 commit comments