Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
snarvaez committed Mar 24, 2024
1 parent eaa6657 commit be2405a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/Pages/EventRegister.razor
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</td>
<td>
<h2 class="card-title mt-3 text-center">
<b>@_event.Name</b>
@_event.Name
</h2>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion website/Pages/PlayerHome.razor
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ else
{
if (string.IsNullOrEmpty(Event.Id) || string.IsNullOrEmpty(Event.Name))
{
_errorMessage = "[please fill out the Event ID and Name]";
_errorMessage = "Please fill out both Event ID and Description";
return;
}

Expand Down

0 comments on commit be2405a

Please sign in to comment.