mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-26 23:11:32 +02:00
Merge pull request #746 from flof/bugfix/misleading-collection-remove-message
fix misleading message
This commit is contained in:
commit
586e26fa2e
@ -18,7 +18,7 @@ const RemoveCollection = ({ onClose, collection }) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Modal size="sm" title="Remove Collection" confirmText="Remove" handleConfirm={onConfirm} handleCancel={onClose}>
|
<Modal size="sm" title="Remove Collection" confirmText="Remove" handleConfirm={onConfirm} handleCancel={onClose}>
|
||||||
Are you sure you want to delete collection <span className="font-semibold">{collection.name}</span> ?
|
Are you sure you want to remove collection <span className="font-semibold">{collection.name}</span> ?
|
||||||
</Modal>
|
</Modal>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user