From 828afc056ba823cfb6ac28774879b35e345c9737 Mon Sep 17 00:00:00 2001 From: Lumaa Date: Sat, 6 Jan 2024 02:50:09 +0100 Subject: [PATCH] Removed an automatic Localizable --- Threaded/Components/ButtonStyles.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Threaded/Components/ButtonStyles.swift b/Threaded/Components/ButtonStyles.swift index e6990d1..b559796 100644 --- a/Threaded/Components/ButtonStyles.swift +++ b/Threaded/Components/ButtonStyles.swift @@ -39,7 +39,7 @@ struct NoTapAnimationStyle: PrimitiveButtonStyle { #Preview { Button {} label: { - Text("Hello world") + Text(String("Hello world")) } .buttonStyle(NoTapAnimationStyle()) }