diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 7503faa56b..ee55e946ab 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -224,7 +224,7 @@ repo_path_helper = Remote Git repositories will be saved to this directory. lfs_path = Git LFS Root Path lfs_path_helper = Files tracked by Git LFS will be stored in this directory. Leave empty to disable. run_user = Run As Username -run_user_helper = Enter the operating system username that Gitea runs as. Note that this user must have access to the repository root path. +run_user_helper = The operating system username that Gitea runs as. Note that this user must have access to the repository root path. domain = Server Domain domain_helper = Domain or host address for the server. ssh_port = SSH Server Port diff --git a/templates/install.tmpl b/templates/install.tmpl index c9f147a64d..ccbd673470 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -119,7 +119,7 @@
- + {{.locale.Tr "install.run_user_helper"}}