feat: remove .bru reference in error message (#7479)

Co-authored-by: Thomas Vackier <thomas.vackier@inthepocket.com>
This commit is contained in:
Thomas
2026-03-13 18:08:09 +01:00
committed by GitHub
parent ab18a6ba84
commit 994d51b680

View File

@@ -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.'
}
];