File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/Server/Coderr.Server.Web Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments