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.
This commit is contained in:
parent
73222b3f94
commit
91dd6df3dd
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue