Skip to content

Commit

Permalink
Feedback re wording
Browse files Browse the repository at this point in the history
  • Loading branch information
samgibsonmoj committed Aug 20, 2024
1 parent 93cb96c commit 0876133
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Server.UI/Pages/Objectives/ReviewObjectiveDialog.razor
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Class="mt-4" />

<MudCheckBox @bind-Value="understood"
Label="@(@"I understand that completing this objective will also complete any outstanding tasks and I won't be able to make any further changes (with the exception of recording Activities, ETEs, and PSFs).")"
Label="@(@"I understand that completing this objective will also complete any outstanding tasks and I won't be able to make any further changes.")"
Class="mt-4" />
</MudForm>
</DialogContent>
Expand Down
6 changes: 3 additions & 3 deletions src/Server.UI/Pages/Objectives/Tasks/ObjectiveTask.razor
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
</MudTooltip>
<MudTooltip Text="Record">
<MudMenu Icon="@Icons.Material.Filled.LibraryAdd" Variant="Variant.Filled" Size="Size.Small" Dense>
<MudMenuItem>New Activity</MudMenuItem>
<MudMenuItem>New ETE</MudMenuItem>
<MudMenuItem>New PSF</MudMenuItem>
<MudMenuItem Disabled>New Activity (Coming Soon)</MudMenuItem>
<MudMenuItem Disabled>New ETE (Coming Soon)</MudMenuItem>
<MudMenuItem Disabled>New PSF (Coming Soon)</MudMenuItem>
</MudMenu>
</MudTooltip>
<MudTooltip Text="Expand">
Expand Down

0 comments on commit 0876133

Please sign in to comment.