aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeIchthys <10717998+meichthys@users.noreply.github.com>2022-03-23 12:46:50 -0400
committerGitHub <noreply@github.com>2022-03-23 16:46:50 +0000
commitf7883a6aecb02937b09ac4576a92f7a22c84ac59 (patch)
treec737e68407e5ac8324dcfa28b636344204ce8a97
parent0b1686b67afc7d1113d87f8621a71f709b22320f (diff)
downloadgitea-f7883a6aecb02937b09ac4576a92f7a22c84ac59.tar.gz
gitea-f7883a6aecb02937b09ac4576a92f7a22c84ac59.zip
Update issue_no_dependencies description (#19112)
To be more consistent and concise we could change the issue_no_dependencies from: `This issue currently doesn't have any dependencies. ` to `No dependencies set.` like we do for the due date and others. Co-authored-by: delvh <dev.lh@web.de>
-rw-r--r--options/locale/locale_en-US.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 0627735b64..b371c047e3 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -1418,8 +1418,8 @@ issues.due_date_remove = "removed the due date %s %s"
issues.due_date_overdue = "Overdue"
issues.due_date_invalid = "The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'."
issues.dependency.title = Dependencies
-issues.dependency.issue_no_dependencies = This issue currently doesn't have any dependencies.
-issues.dependency.pr_no_dependencies = This pull request currently doesn't have any dependencies.
+issues.dependency.issue_no_dependencies = No dependencies set.
+issues.dependency.pr_no_dependencies = No dependencies set.
issues.dependency.add = Add dependency…
issues.dependency.cancel = Cancel
issues.dependency.remove = Remove