diff --git a/FoodsharingSiegen.Contracts/Model/AppSettings.cs b/FoodsharingSiegen.Contracts/Model/AppSettings.cs
index b491e8f..37cc044 100644
--- a/FoodsharingSiegen.Contracts/Model/AppSettings.cs
+++ b/FoodsharingSiegen.Contracts/Model/AppSettings.cs
@@ -4,13 +4,6 @@
{
#region Public Properties
- ///
- /// Gets or sets the title displayed in the sidebar.
- /// This property represents the text that appears in the application's sidebar,
- /// typically used for informational or navigational purposes.
- ///
- public string? SidebarTitle { get; set; }
-
///
/// Gets or sets the name of the "StepIn."
/// This property typically represents the label or identifier used for a specific feature
@@ -25,6 +18,13 @@
///
public string? Title { get; set; } = "Foodsharing Musterhausen";
+ ///
+ /// Gets or sets the title displayed in the sidebar.
+ /// This property represents the text that appears in the application's sidebar,
+ /// typically used for informational or navigational purposes.
+ ///
+ public string? TitleShort { get; set; }
+
#endregion
}
}
\ No newline at end of file
diff --git a/FoodsharingSiegen.Server/Pages/AuditView.razor b/FoodsharingSiegen.Server/Pages/AuditView.razor
index 8fa17bf..8a8213d 100644
--- a/FoodsharingSiegen.Server/Pages/AuditView.razor
+++ b/FoodsharingSiegen.Server/Pages/AuditView.razor
@@ -6,7 +6,7 @@
@inherits FsBase
-@AppSettings.Title - Aktivitäten
+Aktivitäten - @AppSettings.Title