mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Update expertise level option names
This commit is contained in:
parent
22cd112eaf
commit
daed152e6d
1 changed files with 3 additions and 3 deletions
|
@ -53,17 +53,17 @@ func registerExpertiseLevelOption() {
|
|||
},
|
||||
PossibleValues: []PossibleValue{
|
||||
{
|
||||
Name: "Simple",
|
||||
Name: "Simple Interface",
|
||||
Value: ExpertiseLevelNameUser,
|
||||
Description: "Hide complex settings and information.",
|
||||
},
|
||||
{
|
||||
Name: "Advanced",
|
||||
Name: "Advanced Interface",
|
||||
Value: ExpertiseLevelNameExpert,
|
||||
Description: "Show technical details.",
|
||||
},
|
||||
{
|
||||
Name: "Developer",
|
||||
Name: "Developer Interface",
|
||||
Value: ExpertiseLevelNameDeveloper,
|
||||
Description: "Developer mode. Please be careful!",
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue