From 72969ec1eb35dd210cfa500fd1ee49e0e5922d63 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Sat, 31 Dec 2022 06:40:08 +0300 Subject: [PATCH] fix(Incorrect translation keys): --- assets/translations/en.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/assets/translations/en.json b/assets/translations/en.json index 4ada7c08..c036ef62 100644 --- a/assets/translations/en.json +++ b/assets/translations/en.json @@ -303,9 +303,8 @@ "choose_server_type_text": "Different resource capabilities support different services. Don't worry, you can expand your server anytime", "choose_server_type_notice": "The important things to look at are the CPU and RAM. The data of your services will be stored on a mounted volume which is easily explandable and gets paid for separately.", "choose_server_type_ram": "{} GB of RAM", - "choose_server_type_cpu": "{} GB of system storage", - "choose_server_type_payment_eur": "{} EUR per month", - "choose_server_type_payment_usd": "{} USD per month", + "choose_server_type_storage": "{} GB of system storage", + "choose_server_type_payment_per_month": "{} per month", "no_server_types_found": "No available server types found. Make sure your account is accessible and try to change your server location.", "cloudflare_bad_key_error": "Cloudflare API key is invalid", "backblaze_bad_key_error": "Backblaze storage information is invalid", @@ -474,4 +473,4 @@ "length_not_equal": "Length is [], should be {}", "length_longer": "Length is [], should be shorter than or equal to {}" } -} \ No newline at end of file +}