diff options
author | Lanre Adelowo <adelowomailbox@gmail.com> | 2019-01-11 05:25:14 +0100 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2019-01-10 23:25:14 -0500 |
commit | abb364f4427bc84b78e969f005fb5b4338b7d589 (patch) | |
tree | 0989416aa30bd3b8d2ed0c94fdb7b0d51af85fe7 /options | |
parent | 6630a33ec18c61d81b538e78ac48d42af36e0ce5 (diff) | |
download | gitea-abb364f4427bc84b78e969f005fb5b4338b7d589.tar.gz gitea-abb364f4427bc84b78e969f005fb5b4338b7d589.zip |
allow user fork repo even when as a guest.. This will prompt the user to login and if authentication was successful, the user will be redirected to fork the repo (#5690)
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 06fe12d10b..db4989cae8 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -561,6 +561,7 @@ migrate.lfs_mirror_unsupported = Mirroring LFS objects is not supported - use 'g mirror_from = mirror of forked_from = forked from fork_from_self = You cannot fork a repository you own. +fork_guest_user = Sign in to fork this repository. copy_link = Copy copy_link_success = Link has been copied copy_link_error = Use ⌘C or Ctrl-C to copy |