summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2023-05-06 17:39:06 +0800
committerGitHub <noreply@github.com>2023-05-06 17:39:06 +0800
commite5a8ebc0ed2553a16bac4b54a74cc3e5e8036b32 (patch)
treec26686d3793d3908c9f55a11be242103ff1ea04b /options
parent0ebabf3c6b12a0c3fe8f54398b4bb5a1d2cbeebf (diff)
downloadgitea-e5a8ebc0ed2553a16bac4b54a74cc3e5e8036b32.tar.gz
gitea-e5a8ebc0ed2553a16bac4b54a74cc3e5e8036b32.zip
Require at least one unit to be enabled (#24189)
Don't remember why the previous decision that `Code` and `Release` are non-disable units globally. Since now every unit include `Code` could be disabled, maybe we should have a new rule that the repo should have at least one unit. So any unit could be disabled. Fixes #20960 Fixes #7525 --------- Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: yp05327 <576951401@qq.com>
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 f48ebbdc74..248936e35d 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -2004,6 +2004,7 @@ settings.delete_notices_2 = - This operation will permanently delete the <strong
settings.delete_notices_fork_1 = - Forks of this repository will become independent after deletion.
settings.deletion_success = The repository has been deleted.
settings.update_settings_success = The repository settings have been updated.
+settings.update_settings_no_unit = The repository should allow at least some sort of interaction.
settings.confirm_delete = Delete Repository
settings.add_collaborator = Add Collaborator
settings.add_collaborator_success = The collaborator has been added.