enhance grammar and language in landing pages (en) (#1003)

Makes the project look considerably more professional and less like
you've just stumbled upon a phishing page.
This commit is contained in:
orvit
2023-10-02 11:15:18 -05:00
committed by GitHub
parent 54ee400dc5
commit 2ee7696d67
2 changed files with 11 additions and 11 deletions

View File

@@ -13,11 +13,11 @@ A Kernel-based root solution for Android devices.
## Compatibility State ## Compatibility State
KernelSU officially supports Android GKI 2.0 devices(with kernel 5.10+), old kernels(4.14+) are also compatible, but you need to build the kernel yourself. KernelSU officially supports Android GKI 2.0 devices (kernel 5.10+). Older kernels (4.14+) are also compatible, but the kernel will have to be built manually.
WSA, ChromeOS and container-based Android can also work with KernelSU integrated. With this, WSA, ChromeOS, and container-based Android are all supported.
And the current supported ABIs are: `arm64-v8a` and `x86_64` Currently, only `arm64-v8a` and `x86_64` are supported.
## Usage ## Usage
@@ -27,7 +27,7 @@ And the current supported ABIs are: `arm64-v8a` and `x86_64`
## Translation ## Translation
To translate KernelSU into your language or improve an existing translation, please use [Weblate](https://hosted.weblate.org/engage/kernelsu/). To help translate KernelSU or improve existing translations, please use [Weblate](https://hosted.weblate.org/engage/kernelsu/).
## Discussion ## Discussion

View File

@@ -19,11 +19,11 @@ hero:
features: features:
- title: Kernel-based - title: Kernel-based
details: KernelSU is working in Linux kernel mode, it has more control over userspace applications. details: As the name suggests, KernelSU works under the Linux kernel giving it more control over userspace applications.
- title: Whitelist access control - title: Root Access Control
details: Only App that is granted root permission can access `su`, other apps cannot perceive su. details: Only permitted apps may access or see `su`, all other apps are not aware of this.
- title: Restricted root permission - title: Customizable Root Privileges
details: KernelSU allows you to customize the uid, gid, groups, capabilities and SELinux rules of su. Lock up the root power in a cage. details: KernelSU allows customization of `su`'s uid, gid, groups, capabilities, and SELinux rules, locking up root privileges.
- title: Module & Open source - title: Modules
details: KernelSU supports modify /system systemlessly by overlayfs and it is open-sourced under GPL-3. details: Modules may modify /system systemlessly using overlayfs enabling great power.