diff options
author | silverwind <me@silverwind.io> | 2023-07-22 11:32:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-22 17:32:50 +0800 |
commit | 73033b1ad895a351e5276ba82ee0c4215600133f (patch) | |
tree | 59e3756897ff3618ba0ceb574f09049ea45fc2bb /options | |
parent | d6d39ccd33f7514f21eca2d89e16379201e291b9 (diff) | |
download | gitea-73033b1ad895a351e5276ba82ee0c4215600133f.tar.gz gitea-73033b1ad895a351e5276ba82ee0c4215600133f.zip |
Improve text for empty issue/pr description (#26047)
The previous text implied that content was going to be added later, but
I don't think we should make such assumptions.
<img width="346" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/518133a7-2c4c-4463-91ee-5fe439898032">
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 5f671676b5..94ae490981 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1448,7 +1448,7 @@ issues.context.quote_reply = Quote Reply issues.context.reference_issue = Reference in New Issue issues.context.edit = Edit issues.context.delete = Delete -issues.no_content = There is no content yet. +issues.no_content = No description provided. issues.close = Close Issue issues.comment_pull_merged_at = merged commit %[1]s into %[2]s %[3]s issues.comment_manually_pull_merged_at = manually merged commit %[1]s into %[2]s %[3]s |