diff --git a/packages/bruno-app/src/components/RequestTabPanel/RequestNotFound/index.js b/packages/bruno-app/src/components/RequestTabPanel/RequestNotFound/index.js index cf562f15e..e97bce7ed 100644 --- a/packages/bruno-app/src/components/RequestTabPanel/RequestNotFound/index.js +++ b/packages/bruno-app/src/components/RequestTabPanel/RequestNotFound/index.js @@ -33,7 +33,7 @@ const RequestNotFound = ({ itemUid }) => { const errors = [ { title: 'Request no longer exists', - message: 'This can happen when the .bru file associated with this request was deleted on your filesystem.' + message: 'This can happen when the file associated with this request was deleted on your filesystem.' } ];