Skip to content

Commit

Permalink
Fix title in EditDeviceGroup modal.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Apr 12, 2021
1 parent 2682f0d commit aa4d065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can also sponsor the project as a way of saying "thank you". But if you hav


## Project Links
Demo App: https://app.remotely.one
Public Server: https://app.remotely.one
Website: https://remotely.one
Subreddit: https://www.reddit.com/r/remotely_app/

Expand Down
2 changes: 1 addition & 1 deletion Server/Components/ModalContents/EditDeviceGroup.razor
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@inject IToastService ToastService

<h5 class="text-info">
Editing @User?.UserName
Editing @EditUser?.UserName
</h5>

@foreach (var group in _deviceGroups)
Expand Down

0 comments on commit aa4d065

Please sign in to comment.