Rename Name & Security to Basics (#1444)

This commit is contained in:
Tim Wilkinson 2024-09-01 21:56:37 -07:00 committed by GitHub
parent bd46bb2e41
commit 609af8b939
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -138,7 +138,7 @@ if (request.env.REQUEST_METHOD === "DELETE") {
}
%}
<div class="dialog basics">
{{_R("dialog-header", "Name &amp; Security")}}
{{_R("dialog-header", "Basics")}}
<div>
<div class="cols">
<div>
@ -206,13 +206,13 @@ if (request.env.REQUEST_METHOD === "DELETE") {
<div class="cols">
<div>
<div class="o">Portable Theme</div>
<div class="m">Use this theme then viewing any node</div>
<div class="m">Use localnode's theme when viewing any node</div>
</div>
<div style="flex:0">
{{_R("switch", { name: "portable_theme", value: uciMesh.get("aredn", "@theme[0]", "portable") === "1" })}}
</div>
</div>
{{_H("The portable theme can be enabled on your localnode. It will then be become the theme used when viewing any node on the mesh.")}}
{{_H("When the portable theme is enabled on your localnode, it becomes the theme used when viewing any node on the mesh.")}}
{% } %}
<hr>
<div class="password">