File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ repo_path_helper = Remote Git repositories will be saved to this directory.
224
224
lfs_path = Git LFS Root Path
225
225
lfs_path_helper = Files tracked by Git LFS will be stored in this directory. Leave empty to disable.
226
226
run_user = Run As Username
227
- run_user_helper = Enter the operating system username that Gitea runs as. Note that this user must have access to the repository root path.
227
+ run_user_helper = The operating system username that Gitea runs as. Note that this user must have access to the repository root path.
228
228
domain = Server Domain
229
229
domain_helper = Domain or host address for the server.
230
230
ssh_port = SSH Server Port
Original file line number Diff line number Diff line change 119
119
</div>
120
120
<div class="inline required field {{if .Err_RunUser}}error{{end}}">
121
121
<label for="run_user">{{.locale.Tr "install.run_user"}}</label>
122
- <input id="run_user" name="run_user" value="{{.run_user}}" required >
122
+ <input id="run_user" name="run_user" value="{{.run_user}}" readonly >
123
123
<span class="help">{{.locale.Tr "install.run_user_helper"}}</span>
124
124
</div>
125
125
<div class="inline required field">
You can’t perform that action at this time.
0 commit comments