Skip to content

Commit

Permalink
fix link to package registry docs (go-gitea#19268)
Browse files Browse the repository at this point in the history
  • Loading branch information
noerw committed Mar 30, 2022
1 parent a2c20a6 commit 9cbeab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions options/locale/locale_en-US.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3005,7 +3005,7 @@ error.unit_not_allowed = You are not allowed to access this repository section.
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/overview">the documentation</a>.
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>.
filter.type = Type
filter.type.all = All
filter.no_result = Your filter produced no results.
Expand Down Expand Up @@ -3088,4 +3088,4 @@ settings.delete = Delete package
settings.delete.description = Deleting a package is permanent and cannot be undone.
settings.delete.notice = You are about to delete %s (%s). This operation is irreversible, are you sure?
settings.delete.success = The package has been deleted.
settings.delete.error = Failed to delete the package.
settings.delete.error = Failed to delete the package.

0 comments on commit 9cbeab4

Please sign in to comment.