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

Aktivitäten

diff --git a/FoodsharingSiegen.Server/Pages/Login.razor b/FoodsharingSiegen.Server/Pages/Login.razor index fbccc39..03f3fe9 100644 --- a/FoodsharingSiegen.Server/Pages/Login.razor +++ b/FoodsharingSiegen.Server/Pages/Login.razor @@ -4,6 +4,8 @@ @inherits FoodsharingSiegen.Server.BaseClasses.FsBase +@AppSettings.Title +
@AppSettings.Title
diff --git a/FoodsharingSiegen.Server/Pages/Profile.razor b/FoodsharingSiegen.Server/Pages/Profile.razor index f1dfcda..083187f 100644 --- a/FoodsharingSiegen.Server/Pages/Profile.razor +++ b/FoodsharingSiegen.Server/Pages/Profile.razor @@ -7,7 +7,7 @@ @inherits FsBase -@AppSettings.Title - Profil +Profil - @AppSettings.Title
diff --git a/FoodsharingSiegen.Server/Pages/Prospects.razor b/FoodsharingSiegen.Server/Pages/Prospects.razor index 0a2320e..5dd7397 100644 --- a/FoodsharingSiegen.Server/Pages/Prospects.razor +++ b/FoodsharingSiegen.Server/Pages/Prospects.razor @@ -4,7 +4,7 @@ @inherits FsBase -@AppSettings.Title - Neue Foodsaver +Neue Foodsaver - @AppSettings.Title

Neue Foodsaver