Skip to content

Commit cc69f2c

Browse files
committed
Removed queue settings from admin
1 parent d1694ac commit cc69f2c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Server/Coderr.Server.Web/Areas/Admin/AdminMenu.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ public static class AdminMenu
1212
new MenuItem("Api keys", "~/admin/apikeys/"),
1313
new MenuItem("Applications", "~/admin/application/"),
1414
new MenuItem("Mail settings", "~/admin/messaging/email/"),
15-
new MenuItem("Message queues", "~/admin/queues/"),
1615
new MenuItem("Report settings", "~/admin/reporting/")
1716
};
1817

src/Server/Coderr.Server.Web/Views/Application/Team.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="row">
55
<div class="col-lg-6">
66
<h3>Team members</h3>
7-
<p>Below is all members which can see and work with the application.</p>
7+
<p>Members who can see and work with the application.</p>
88
<table class="table table-striped">
99
<thead class="thead-inverse">
1010
<tr>
@@ -28,7 +28,7 @@ <h3>Team members</h3>
2828
</div>
2929
<div class="col-lg-6">
3030
<h3>Pending invites</h3>
31-
<p>Below is all users that have been invited but not yet accepted the invitation.</p>
31+
<p>Users that have been invited but not yet accepted the invitation.</p>
3232
<div data-collection="Invited">
3333
<div data-name="EmailAddress"></div>
3434
</div>

0 commit comments

Comments
 (0)