diff options
| author | AYMENJD <53928879+AYMENJD@users.noreply.github.com> | 2023-05-29 15:54:01 +0300 |
|---|---|---|
| committer | Aliaksei Levin <22669599+levlam@users.noreply.github.com> | 2023-05-29 17:30:33 +0300 |
| commit | fe734fd617070ec99f6ba267e4c362fc4a83885b (patch) | |
| tree | 58a0d83c495f5bdab202b3b1d70d7ca60075ec77 /build.html | |
| parent | 328cf83c4d21833d62dfa44f547acc8babd9f6fe (diff) | |
Improve "Build from root user" option in build instructions generator.
Diffstat (limited to 'build.html')
| -rw-r--r-- | build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.html b/build.html index bb1a5e548..227f7f173 100644 --- a/build.html +++ b/build.html @@ -316,7 +316,7 @@ </div> <div id="buildRootDiv" class="hide"> - <label><input type="checkbox" id="buildRootCheckbox" onchange="onOptionsChanged()"/>Build from root user (unrecommended)</label> + <label><input type="checkbox" id="buildRootCheckbox" onchange="onOptionsChanged()"/>Build from root user (not recommended)</label> </div> <p></p> |
