diff --git a/src/Server.UI/Pages/Participants/Components/Inductions.razor b/src/Server.UI/Pages/Participants/Components/Inductions.razor index 763d60e2..06587692 100644 --- a/src/Server.UI/Pages/Participants/Components/Inductions.razor +++ b/src/Server.UI/Pages/Participants/Components/Inductions.razor @@ -1,4 +1,4 @@ -@using Cfo.Cats.Application.Common.Interfaces.Locations +@using Cfo.Cats.Application.Common.Interfaces.Locations @using Cfo.Cats.Application.Features.Inductions.Commands @using Cfo.Cats.Application.Features.Inductions.DTOs @using Cfo.Cats.Application.Features.Inductions.Queries @@ -215,7 +215,7 @@ FullWidth = true }; var dialog = DialogService.Show - ("Add an induction phase", parameters, options); + ("Add a Wing Phase", parameters, options); var state = await dialog.Result;