summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-17 02:18:05 -0500
committerUnknwon <u@gogs.io>2015-11-17 02:18:05 -0500
commitff5f14431eb2df2e68e6b3765607fa4aef99c707 (patch)
tree07fc01396d867adaf794ad47a010132ebeb0a71e /conf
parentab9411be2ae01970f4c2c092683bd9d9b71c994b (diff)
downloadgitea-ff5f14431eb2df2e68e6b3765607fa4aef99c707.tar.gz
gitea-ff5f14431eb2df2e68e6b3765607fa4aef99c707.zip
fix #1448
Diffstat (limited to 'conf')
-rw-r--r--conf/locale/locale_en-US.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini
index 1fb3f2fa80..efeb4ff9b3 100644
--- a/conf/locale/locale_en-US.ini
+++ b/conf/locale/locale_en-US.ini
@@ -563,6 +563,7 @@ settings.confirm_delete = Confirm Deletion
settings.add_collaborator = Add New Collaborator
settings.add_collaborator_success = New collaborator has been added.
settings.remove_collaborator_success = Collaborator has been removed.
+settings.search_user_placeholder = Search user...
settings.user_is_org_member = User is organization member who cannot be added as a collaborator.
settings.add_webhook = Add Webhook
settings.hooks_desc = Webhooks are much like basic HTTP POST event triggers. Whenever something occurs in Gogs, we will handle the notification to the target host you specify. Learn more in this <a target="_blank" href="%s">Webhooks Guide</a>.