Skip to content

Commit

Permalink
Update App.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-figueiredo-alves committed May 20, 2024
1 parent b12e0c8 commit f75cf99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
</Found>
<NotFound>
<PageTitle>Not found</PageTitle>
<PageTitle>Página não encontrada</PageTitle>
<LayoutView Layout="@typeof(MainLayout)">
<p role="alert">Sorry, there's nothing at this address.</p>
<p role="alert">Sentimos muito, mas não há nada para exibir aqui.</p>
</LayoutView>
</NotFound>
</Router>

0 comments on commit f75cf99

Please sign in to comment.