From a9094d6f4eeb0a2338885cf1bcbbd3daa2276077 Mon Sep 17 00:00:00 2001 From: Caio Vidal Date: Fri, 13 Jun 2025 09:58:20 -0300 Subject: [PATCH] Fix "Show Expiry In Inventory" typo --- modules/client_options/styles/interface/interface.otui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/client_options/styles/interface/interface.otui b/modules/client_options/styles/interface/interface.otui index 8a0502452f..554748a515 100644 --- a/modules/client_options/styles/interface/interface.otui +++ b/modules/client_options/styles/interface/interface.otui @@ -123,7 +123,7 @@ UIWidget id: showExpiryInInvetory anchors.top: frames.bottom margin-top: 5 - !text: tr('Show Expiry In Invetory') + !text: tr('Show Expiry In Inventory') !tooltip: tr('Check this box to see how much time or how many charges are left \non your equipped items') OptionCheckBoxMarked