diff --git a/Iceshrimp.Backend/Pages/Shared/ErrorPage.cshtml b/Iceshrimp.Backend/Pages/Shared/ErrorPage.cshtml index 8113c44b..67601270 100644 --- a/Iceshrimp.Backend/Pages/Shared/ErrorPage.cshtml +++ b/Iceshrimp.Backend/Pages/Shared/ErrorPage.cshtml @@ -14,7 +14,7 @@ - @("Error - Iceshrimp.NET") + @($"Error {Model.Error.StatusCode} - Iceshrimp.NET") @* ReSharper disable once Html.PathError *@