From 91dd6df3dda86985fd3e1d1cdb62a15639cbf298 Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 8 Aug 2024 13:18:49 +0200 Subject: [PATCH] fix: correct spelling errors in English translations Corrected spelling mistakes in the English translation file for "Tooltip Title" and "Swedish Krona" to improve accuracy and readability. These corrections ensure that the language used in the application is correct and professional, enhancing user experience. --- lang/en.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en.php b/lang/en.php index ed9f11d..942650d 100644 --- a/lang/en.php +++ b/lang/en.php @@ -19,7 +19,7 @@ $l_fiatSelect = "Currency choice"; $l_fiatInput = "Fiat value input field"; $l_xmrInput = "Monero value input field"; -// Tooltip Titel +// Tooltip Title $l_eur = "Euro"; $l_btc = "Bitcoin"; $l_chf = "Swiss Franc"; @@ -49,7 +49,7 @@ $l_vnd = "Vietnamese dong"; $l_vef = "Venezuelan bolĂ­var"; $l_thb = "Baht"; $l_sar = "Saudi Riyal"; -$l_sek = "Shwedish Krona"; +$l_sek = "Swedish Krona"; $l_pkr = "Pakistani Rupee"; $l_nzd = "New Zealand Dollar"; $l_php = "Philippine Peso";