From daed152e6dbfa7354c7a403ab8cf3ae9c427276a Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 9 Nov 2021 10:11:38 +0100 Subject: [PATCH] Update expertise level option names --- config/expertise.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/expertise.go b/config/expertise.go index eafb40f..177f211 100644 --- a/config/expertise.go +++ b/config/expertise.go @@ -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!", },