diff options
author | Norwin <noerw@users.noreply.github.com> | 2022-07-27 13:58:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-27 19:58:21 +0800 |
commit | 2ae1675092ebe300ed88397a0eae5ca1b3a5443c (patch) | |
tree | 985ab36af394b616ab17cd333ab8d07dcd325fef /options | |
parent | 158f2746b8970c46748604e081bdf1fdd8fa9376 (diff) | |
download | gitea-2ae1675092ebe300ed88397a0eae5ca1b3a5443c.tar.gz gitea-2ae1675092ebe300ed88397a0eae5ca1b3a5443c.zip |
Show hint to link package to repo when viewing empty repo package list (#20504)
* show hint to link package to repo
on empty repo package listing
* reword
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 566a7bd167..a97e2e2b3b 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3044,6 +3044,7 @@ title = Packages desc = Manage repository packages. empty = There are no packages yet. empty.documentation = For more information on the package registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/overview">the documentation</a>. +empty.repo = Did you upload a package, but it's not shown here? Go to <a href="%[1]s">package settings</a> and link it to this repo. filter.type = Type filter.type.all = All filter.no_result = Your filter produced no results. |