From 8565c620c727797ff7ba38bbc5ee3d75755b193d Mon Sep 17 00:00:00 2001 From: Spreadcat Date: Mon, 4 Mar 2024 09:28:51 +0100 Subject: [PATCH] fix: using the correct terms for the currency. --- backend/internal/core/currencies/currencies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/internal/core/currencies/currencies.json b/backend/internal/core/currencies/currencies.json index 18c26ed..c7b2630 100644 --- a/backend/internal/core/currencies/currencies.json +++ b/backend/internal/core/currencies/currencies.json @@ -625,9 +625,9 @@ }, { "code": "NOK", - "local": "Norge", + "local": "Norway", "symbol": "kr", - "name": "Norske kroner" + "name": "Norwegian Krone" }, { "code": "UAH",