diff options
author | qwerty287 <80460567+qwerty287@users.noreply.github.com> | 2021-12-24 04:56:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-24 11:56:57 +0800 |
commit | 5754080eb9b13e3446443bc7c17cd53d160dfdf2 (patch) | |
tree | 1322ff6aba97c24905380def413af01e67d2d4f7 /docs/content/page | |
parent | a5df7ba6bf57c764b1c5e4c67dbbdf5b115765c9 (diff) | |
download | gitea-5754080eb9b13e3446443bc7c17cd53d160dfdf2.tar.gz gitea-5754080eb9b13e3446443bc7c17cd53d160dfdf2.zip |
Fix various typos of software names (#18083)
* `git` -> `Git`
* `Github` and `github` -> `GitHub`
* `crowdin` -> `Crowdin`
* `git-lfs` -> `Git LFS`
* `githooks`, `git hooks`, `git-hooks` -> `Git Hooks`
* `discord` -> `Discord`
* `2fa` -> `2FA`
* `gitlab` and `Gitlab` -> `GitLab`
* `web hook` -> `webhook`
* `linux` -> `Linux`
* `sqlite` -> `SQLite`
* `MYSQL` and `mysql` -> `MySQL`
* rename refs to `master` branch -> `main`
* Fix English grammar
Diffstat (limited to 'docs/content/page')
-rw-r--r-- | docs/content/page/index.en-us.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/content/page/index.en-us.md b/docs/content/page/index.en-us.md index 087278a83f..b8334ab598 100644 --- a/docs/content/page/index.en-us.md +++ b/docs/content/page/index.en-us.md @@ -75,7 +75,7 @@ Windows, on architectures like amd64, i386, ARM, PowerPC, and others. - MSSQL (>=2008R2 SP3) - TiDB (MySQL protocol) - Configuration file - - [app.ini](https://github.com/go-gitea/gitea/blob/master/custom/conf/app.example.ini) + - [app.ini](https://github.com/go-gitea/gitea/blob/main/custom/conf/app.example.ini) - Admin panel - Statistics - Actions @@ -99,7 +99,7 @@ Windows, on architectures like amd64, i386, ARM, PowerPC, and others. - Maximum repositories - Disable account - Admin permissions - - Permission to create git hooks + - Permission to create Git Hooks - Permission to create organizations - Permission to import repositories - Organization management @@ -127,7 +127,7 @@ Windows, on architectures like amd64, i386, ARM, PowerPC, and others. - Clean up old archives - Environment variables - Command line options -- Multi-language support ([21 languages](https://github.com/go-gitea/gitea/tree/master/options/locale)) +- Multi-language support ([21 languages](https://github.com/go-gitea/gitea/tree/main/options/locale)) - [Mermaid](https://mermaidjs.github.io/) Diagram support - Mail service - Notifications @@ -247,7 +247,7 @@ Windows, on architectures like amd64, i386, ARM, PowerPC, and others. - Default branch - Branch protection - Webhooks - - Git hooks + - Git Hooks - Deploy keys ## System Requirements @@ -257,8 +257,8 @@ Windows, on architectures like amd64, i386, ARM, PowerPC, and others. - Gitea should be run with a dedicated non-root system account on UNIX-type systems. - Note: Gitea manages the `~/.ssh/authorized_keys` file. Running Gitea as a regular user could break that user's ability to log in. - [Git](https://git-scm.com/) version 1.7.2 or later is required. Version 1.9.0 or later is recommended. Also please note: - - Git [large file storage](https://git-lfs.github.com/) will be available if enabled when git >= 2.1.2. - - Git commit-graph rendering will be enabled automatically when git >= 2.18. + - [Git Large File Storage](https://git-lfs.github.com/) will be available if enabled when Git >= 2.1.2. + - Git commit-graph rendering will be enabled automatically when Git >= 2.18. ## Browser Support |