From a8ef2e1347d7d4ca6d935d0915b424764f149182 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 17 Mar 2025 16:28:55 -0400 Subject: [PATCH] Update webview-ui/src/i18n/locales/it/common.json Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --- webview-ui/src/i18n/locales/it/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-ui/src/i18n/locales/it/common.json b/webview-ui/src/i18n/locales/it/common.json index 369ddf7e7e..c010b11956 100644 --- a/webview-ui/src/i18n/locales/it/common.json +++ b/webview-ui/src/i18n/locales/it/common.json @@ -2,6 +2,6 @@ "number_format": { "thousand_suffix": "k", "million_suffix": "Mln", - "billion_suffix": "Mrd" + "billion_suffix": "Mld" } }