aboutsummaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorZettat123 <zettat123@gmail.com>2023-04-07 09:44:52 +0800
committerGitHub <noreply@github.com>2023-04-06 21:44:52 -0400
commited7245f997e980fe5daa9e0d298539bc5e62ac59 (patch)
treedc562e85997c59b645ce31aa6b4b0487c5944bf8 /options
parent950c93a66a684a84767e9e22a19953d1fc9b43b9 (diff)
downloadgitea-ed7245f997e980fe5daa9e0d298539bc5e62ac59.tar.gz
gitea-ed7245f997e980fe5daa9e0d298539bc5e62ac59.zip
Title can be empty when creating tag only (#23917)
Fixes #23809 Make the title not required. If the title is empty when creating release (not tag), an error message will be displayed. ![image](https://user-images.githubusercontent.com/15528715/229761056-c52e338b-5f25-4d7d-bb44-2cb0304abcee.png)
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 4e711ffad2..a9617541fa 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -2308,6 +2308,7 @@ release.tag_helper = Choose an existing tag or create a new tag.
release.tag_helper_new = New tag. This tag will be created from the target.
release.tag_helper_existing = Existing tag.
release.title = Title
+release.title_empty = Title cannot be empty.
release.content = Content
release.prerelease_desc = Mark as Pre-Release
release.prerelease_helper = Mark this release unsuitable for production use.