diff --git a/src/main/twirl/gitbucket/core/account/hooks.scala.html b/src/main/twirl/gitbucket/core/account/hooks.scala.html index 1351c68..66c0e60 100644 --- a/src/main/twirl/gitbucket/core/account/hooks.scala.html +++ b/src/main/twirl/gitbucket/core/account/hooks.scala.html @@ -11,9 +11,9 @@

- Webhooks allow external services to be notified when certain events happen within your repository. - When the specified events happen, we’ll send a POST request to each of the URLs you provide. - Learn more in GitBucket Wiki Webhook Page. + These webhooks notify external services when certain events occur within any of your repositories. + When any of the specified events occur, GitBucket will send a POST request to all of the endpoints (URLs) you provide. + Learn more about this feature on the GitBucket Wiki.

Add webhook diff --git a/src/main/twirl/gitbucket/core/account/newrepo.scala.html b/src/main/twirl/gitbucket/core/account/newrepo.scala.html index 631f5a8..4fcaaf4 100644 --- a/src/main/twirl/gitbucket/core/account/newrepo.scala.html +++ b/src/main/twirl/gitbucket/core/account/newrepo.scala.html @@ -6,7 +6,7 @@

Create a new repository

- A repository contains all the files for your project including the revision history. + A repository contains all your project's files, including revision history.

@@ -62,28 +62,28 @@ Create an empty repository
- Create an empty repository. You have to initialize by yourself initially. + Create an empty repository. You must initialize it yourself.
diff --git a/src/main/twirl/gitbucket/core/admin/settings_system.scala.html b/src/main/twirl/gitbucket/core/admin/settings_system.scala.html index 56db7cc..b072362 100644 --- a/src/main/twirl/gitbucket/core/admin/settings_system.scala.html +++ b/src/main/twirl/gitbucket/core/admin/settings_system.scala.html @@ -22,8 +22,8 @@

@gitbucket.core.util.DatabaseConfig.url

- Your GitBucket is running on embedded H2 database. - Recommend to configure to use external database if you would like to use GitBucket for important purpose. + GitBucket is using the embedded H2 database. + It's recommended that you configure GitBucket to use an external database if you're running GitBucket in a production environment.

}else{ @@ -43,15 +43,15 @@

- The base URL is used for redirect, notification email, git repository URL box and more. - If the base URL is empty, GitBucket generates URL from the request information. - You can use this property to adjust to URL differences between the reverse proxy and GitBucket. + The base URL is used for redirects, notification emails, git repository URL boxes, and more. + If the base URL is empty, GitBucket generates the URL from the request information. + You can use this property to adjust to URL differences between a reverse proxy and GitBucket.


- +
diff --git a/src/main/twirl/gitbucket/core/dashboard/sidebar.scala.html b/src/main/twirl/gitbucket/core/dashboard/sidebar.scala.html index ee7feb0..8de6f5b 100644 --- a/src/main/twirl/gitbucket/core/dashboard/sidebar.scala.html +++ b/src/main/twirl/gitbucket/core/dashboard/sidebar.scala.html @@ -3,11 +3,11 @@
+@if(systemSettings.allowAccountRegistration){ +
+ +
+} \ No newline at end of file diff --git a/src/main/twirl/gitbucket/core/wiki/edit.scala.html b/src/main/twirl/gitbucket/core/wiki/edit.scala.html index 375233c..7399f95 100644 --- a/src/main/twirl/gitbucket/core/wiki/edit.scala.html +++ b/src/main/twirl/gitbucket/core/wiki/edit.scala.html @@ -33,7 +33,7 @@
- +