Update expertise level option names

This commit is contained in:
Daniel 2021-11-09 10:11:38 +01:00
parent 22cd112eaf
commit daed152e6d

View file

@ -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!",
},