From 40dccb77413beb0879cdb21297642444db65ae25 Mon Sep 17 00:00:00 2001 From: jelveh Date: Sun, 1 Dec 2024 22:27:40 -0800 Subject: [PATCH] Update en.js --- src/gui/src/i18n/translations/en.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/i18n/translations/en.js b/src/gui/src/i18n/translations/en.js index 8e1bebfdf..613120afc 100644 --- a/src/gui/src/i18n/translations/en.js +++ b/src/gui/src/i18n/translations/en.js @@ -408,7 +408,7 @@ const en = { 'billing.limited': 'Limited', 'billing.expanded': 'Expanded', 'billing.accelerated': 'Accelerated', - 'billing.enjoy_msg': 'Enjoy %% of Cloud Storage plus other benefits.' + 'billing.enjoy_msg': 'Enjoy %% of Cloud Storage plus other benefits.', } };