diff options
author | Otto Richter (fnetX) <github@fralix.ovh> | 2022-03-09 01:38:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 01:38:11 +0100 |
commit | ea46142bcea6084e50a11baf048f8eb8862285c7 (patch) | |
tree | 0b269d8e46c824e3a76ab1432cd528493de2b4c6 /options | |
parent | ddf7f1319f70e124acfd1e8e86dff4ff87290f51 (diff) | |
download | gitea-ea46142bcea6084e50a11baf048f8eb8862285c7.tar.gz gitea-ea46142bcea6084e50a11baf048f8eb8862285c7.zip |
Add button for issue deletion (#19032)
Co-authored-by: Norwin <noerw@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 90309c9df9..90564c63b1 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1374,6 +1374,9 @@ issues.lock.reason = Reason for locking issues.lock.title = Lock conversation on this issue. issues.unlock.title = Unlock conversation on this issue. issues.comment_on_locked = You cannot comment on a locked issue. +issues.delete = Delete +issues.delete.title = Delete this issue? +issues.delete.text = Do you really want to delete this issue? (This will permanently remove all content. Consider closing it instead, if you intend to keep it archived) issues.tracker = Time Tracker issues.start_tracking_short = Start Timer issues.start_tracking = Start Time Tracking |