Refactor term-related settings into a dedicated class
Extracted term-related properties from AppSettings to a new TermSettings class for improved organization and separation of concerns. Updated appsettings.json to reflect the new structure.
This commit is contained in:
@@ -75,7 +75,7 @@ namespace FoodsharingSiegen.Server.Dialogs
|
||||
_showInfo = true;
|
||||
break;
|
||||
case InteractionType.StepInBriefing:
|
||||
_header = $"{AppSettings.StepInName} absolviert";
|
||||
_header = $"{AppSettings.Terms.StepInName} absolviert";
|
||||
break;
|
||||
case InteractionType.ReleasedForVerification:
|
||||
_header = "Zur Verifizierung freigegeben";
|
||||
|
||||
Reference in New Issue
Block a user