diff --git a/Moonlight.Frontend/UI/App.razor b/Moonlight.Frontend/UI/App.razor
index f9c663dd..edadd0bd 100644
--- a/Moonlight.Frontend/UI/App.razor
+++ b/Moonlight.Frontend/UI/App.razor
@@ -2,10 +2,13 @@
@using LucideBlazor
@using Microsoft.AspNetCore.Components.Authorization
@using Moonlight.Frontend.UI.Shared
+@using Moonlight.Frontend.UI.Shared.Components
@using ShadcnBlazor.Emptys
@using Moonlight.Frontend.UI.Shared.Components.Auth
@using Moonlight.Frontend.UI.Shared.Partials
+@inject NavigationManager Navigation
+
+ You successfully installed moonlight. Now you are ready to perform some initial steps to complete your installation +
++ To continue please fill in the account details of the user you want to use as the initial administrator account. + If you use an external OIDC provider, these details need to match with your desired OIDC account +
++ You are now ready to finish the initial setup. + The configured options will be applied to the instance. + You will be redirected to the login after changes have been applied successfully +
+