diff options
author | zeripath <art27@cantab.net> | 2020-09-11 12:01:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-11 12:01:51 +0100 |
commit | 4eb0a1dfaf3c4a69651b1055fa09409b9cf0b528 (patch) | |
tree | ae3edb93a8f164313dbba218e3a5c8b234e55d6a /options | |
parent | e0ac545043d81c9096c161e127a9d4d9e88b1d9f (diff) | |
download | gitea-4eb0a1dfaf3c4a69651b1055fa09409b9cf0b528.tar.gz gitea-4eb0a1dfaf3c4a69651b1055fa09409b9cf0b528.zip |
Disable watch and star if not signed in (#12807)
Fix #12070
Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index d88ccd6c3d..6d0439de3c 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -746,6 +746,8 @@ forked_from = forked from generated_from = generated from fork_from_self = You cannot fork a repository you own. fork_guest_user = Sign in to fork this repository. +watch_guest_user = Sign in to watch this repository. +star_guest_user = Sign in to star this repository. copy_link = Copy copy_link_success = Link has been copied copy_link_error = Use ⌘C or Ctrl-C to copy |