diff options
author | Unknwon <u@gogs.io> | 2016-07-23 15:59:19 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-23 15:59:19 +0800 |
commit | c912494609470f10401594391c6f2763684cb624 (patch) | |
tree | 1f8c047fbb9ed1ae0f852d8899cb037dfd80a47e /conf | |
parent | 69dae1ec1c5265e815c8b0fedff3399438e2e380 (diff) | |
download | gitea-c912494609470f10401594391c6f2763684cb624.tar.gz gitea-c912494609470f10401594391c6f2763684cb624.zip |
#3076 detect invalid tag name git error
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 604063d356..1f2463ec99 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -725,6 +725,7 @@ release.deletion = Release Deletion release.deletion_desc = Deleting this release will delete the corresponding Git tag. Do you want to continue? release.deletion_success = Release has been deleted successfully! release.tag_name_already_exist = Release with this tag name already exists. +release.tag_name_invalid = Tag name is not valid. release.downloads = Downloads [org] |