From 38a816f545ceacf9bcffaa3d08aba995d6e6f3f3 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Mon, 17 Jun 2024 23:32:53 -0300 Subject: [PATCH] Fixed View Text modal title --- src/frontend/src/modals/textModal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/modals/textModal/index.tsx b/src/frontend/src/modals/textModal/index.tsx index 9141baf87..9826d5754 100644 --- a/src/frontend/src/modals/textModal/index.tsx +++ b/src/frontend/src/modals/textModal/index.tsx @@ -32,7 +32,7 @@ export default function TextModal({ {children} - "View Text" + View Text