From 994d51b6803dbb3ebc4675555bb2fd483e076d60 Mon Sep 17 00:00:00 2001 From: Thomas <20792077+fantpmas@users.noreply.github.com> Date: Fri, 13 Mar 2026 18:08:09 +0100 Subject: [PATCH] feat: remove .bru reference in error message (#7479) Co-authored-by: Thomas Vackier --- .../src/components/RequestTabPanel/RequestNotFound/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.' } ];