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{ PossibleValues: []PossibleValue{
{ {
Name: "Simple", Name: "Simple Interface",
Value: ExpertiseLevelNameUser, Value: ExpertiseLevelNameUser,
Description: "Hide complex settings and information.", Description: "Hide complex settings and information.",
}, },
{ {
Name: "Advanced", Name: "Advanced Interface",
Value: ExpertiseLevelNameExpert, Value: ExpertiseLevelNameExpert,
Description: "Show technical details.", Description: "Show technical details.",
}, },
{ {
Name: "Developer", Name: "Developer Interface",
Value: ExpertiseLevelNameDeveloper, Value: ExpertiseLevelNameDeveloper,
Description: "Developer mode. Please be careful!", Description: "Developer mode. Please be careful!",
}, },