aboutsummaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authoryp05327 <576951401@qq.com>2023-04-19 23:28:28 +0900
committerGitHub <noreply@github.com>2023-04-19 10:28:28 -0400
commitf30cc9faa93935f5afb7a38354e5381d5e8825bf (patch)
tree532618f0a068343473e321eb782dc8c36c02ae39 /options
parente422342eebc18034ef586ec58f1e2fff0340091d (diff)
downloadgitea-f30cc9faa93935f5afb7a38354e5381d5e8825bf.tar.gz
gitea-f30cc9faa93935f5afb7a38354e5381d5e8825bf.zip
Add unset default project column (#23531)
Close: https://github.com/go-gitea/gitea/issues/23401
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 96e28fe87a..f168334d9d 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -1261,6 +1261,8 @@ projects.column.new_submit = "Create Column"
projects.column.new = "New Column"
projects.column.set_default = "Set Default"
projects.column.set_default_desc = "Set this column as default for uncategorized issues and pulls"
+projects.column.unset_default = "Unset Default"
+projects.column.unset_default_desc = "Unset this column as default"
projects.column.delete = "Delete Column"
projects.column.deletion_desc = "Deleting a project column moves all related issues to 'Uncategorized'. Continue?"
projects.column.color = "Color"