diff --git a/packages/bruno-app/src/components/SaveTransientRequest/index.js b/packages/bruno-app/src/components/SaveTransientRequest/index.js index cc7b14e08..6e637b6f3 100644 --- a/packages/bruno-app/src/components/SaveTransientRequest/index.js +++ b/packages/bruno-app/src/components/SaveTransientRequest/index.js @@ -547,8 +547,18 @@ const SaveTransientRequest = ({ item: itemProp, collection: collectionProp, isOp ) : (
-

No collections Yet

+

No Collections Yet

Collections help you organize your requests. Create your first one to save this request.

+
)} @@ -748,7 +758,7 @@ const SaveTransientRequest = ({ item: itemProp, collection: collectionProp, isOp New Folder )} - {isSelectingCollection && !newCollection.show && ( + {isSelectingCollection && !newCollection.show && availableCollections.length > 0 && (