diff --git a/devfront/src/features/clients/ClientRelationsPage.tsx b/devfront/src/features/clients/ClientRelationsPage.tsx index 8e1e63c3..96653d1f 100644 --- a/devfront/src/features/clients/ClientRelationsPage.tsx +++ b/devfront/src/features/clients/ClientRelationsPage.tsx @@ -388,7 +388,11 @@ function ClientRelationsPage() { - {isRelationshipViewForbidden ? ( + {isLoading ? ( +
+ {t("msg.dev.clients.relationships.loading", "Loading relationships...")} +
+ ) : isRelationshipViewForbidden ? (
{relationshipViewForbiddenMessage}