mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
feat: remove .bru reference in error message (#7479)
Co-authored-by: Thomas Vackier <thomas.vackier@inthepocket.com>
This commit is contained in:
@@ -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.'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user