From e3aaaca709df42da3191fa79b69cdb95be92a148 Mon Sep 17 00:00:00 2001 From: gtzatchkova Date: Thu, 9 May 2024 14:42:37 +0200 Subject: [PATCH] Change message of "preview not available for this format" --- client/components/Views/Missing/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/Views/Missing/index.tsx b/client/components/Views/Missing/index.tsx index b067ad50..dcbe0162 100644 --- a/client/components/Views/Missing/index.tsx +++ b/client/components/Views/Missing/index.tsx @@ -17,7 +17,7 @@ export default function Missing(props: MissingProps) { fontFamily: 'Monospace', }} > - This file type does not have a supported data view ({props.format}) + Preview is not available for this file format ({props.format}) ) }