You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2002,8 +2002,7 @@ dashboard = Dashboard
2002
2002
users = User Accounts
2003
2003
organizations = Organizations
2004
2004
repositories = Repositories
2005
-
hooks = Default Webhooks
2006
-
systemhooks = System Webhooks
2005
+
hooks = Webhooks
2007
2006
authentication = Authentication Sources
2008
2007
emails = User Emails
2009
2008
config = Configuration
@@ -2153,11 +2152,13 @@ repos.forks = Forks
2153
2152
repos.issues = Issues
2154
2153
repos.size = Size
2155
2154
2156
-
hooks.desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Webhooks defined here are defaults and will be copied into all new repositories. Read more in the <a target="_blank"rel="noopener"href="https://docs.gitea.io/en-us/webhooks/">webhooks guide</a>.
2157
-
hooks.add_webhook = Add Default Webhook
2158
-
hooks.update_webhook = Update Default Webhook
2155
+
defaulthooks = Default Webhooks
2156
+
defaulthooks.desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Webhooks defined here are defaults and will be copied into all new repositories. Read more in the <a target="_blank"rel="noopener"href="https://docs.gitea.io/en-us/webhooks/">webhooks guide</a>.
systemhooks.desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Webhooks defined will act on all repositories on the system, so please consider any performance implications this may have. Read more in the <a target="_blank"rel="noopener"href="https://docs.gitea.io/en-us/webhooks/">webhooks guide</a>.
2160
+
systemhooks = System Webhooks
2161
+
systemhooks.desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Webhooks defined here will act on all repositories on the system, so please consider any performance implications this may have. Read more in the <a target="_blank"rel="noopener"href="https://docs.gitea.io/en-us/webhooks/">webhooks guide</a>.
2161
2162
systemhooks.add_webhook = Add System Webhook
2162
2163
systemhooks.update_webhook = Update System Webhook
0 commit comments