From 92dcda58d5cfe12c9ff07cb2e4ace5fa0fa1715b Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 3 May 2024 10:22:26 +0100 Subject: [PATCH] Fix typo. --- postgresqleu/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresqleu/settings.py b/postgresqleu/settings.py index 262baebb..e50e0b75 100644 --- a/postgresqleu/settings.py +++ b/postgresqleu/settings.py @@ -199,7 +199,7 @@ CURRENCY_ISO = 'EUR' # two decimal places (cents/pennies/whatever). # Other text (spaces etc.) may be included as required. # -# Euro format is "EUR nnnn" ('{ABBREV} {AMOUNT}') in English, Malteses, +# Euro format is "EUR nnnn" ('{ABBREV} {AMOUNT}') in English, Maltese, # and Irish text (should usually be the case until pgeu-system is localised). # # Other European languages should use "nnnn EUR" ('{AMOUNT} {ABBREV}'). -- 2.39.5