diff --git a/app/src/app/settings/connections/connections.component.html b/app/src/app/settings/connections/connections.component.html
index 3606bb6f..e44bf447 100644
--- a/app/src/app/settings/connections/connections.component.html
+++ b/app/src/app/settings/connections/connections.component.html
@@ -2,13 +2,12 @@
Connections Management
- Connections
+ Requests
- @for(entry of connection.connections(); track entry) {
+ @for(entry of connection.requests(); track entry) {
-
- } @empty { No connections found. }
+ } @empty { No requests found. }
@@ -16,11 +15,12 @@ Connections Management
- Requests
+ Connections
- @for(entry of connection.requests(); track entry) {
+ @for(entry of connection.connections(); track entry) {
- } @empty { No requests found. }
+
+ } @empty { No connections found. }