From 016ff744839e8d2e855250c95f5b2dadb4d151d8 Mon Sep 17 00:00:00 2001 From: Cody C <50791984+codyc1515@users.noreply.github.com> Date: Sun, 4 Feb 2024 02:14:01 +1300 Subject: [PATCH] Fix grammar of Storage area messages (#19644) --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index eb95dc3655..0de04b08e3 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -4742,8 +4742,8 @@ "extra_information": "Size: {size}, S/N: {serial}", "select_device": "Select new data disk", "no_devices_title": "No suitable storage found", - "no_devices_text": "There is no suitable external device found. The storage capacity of the external data disk must be larger than the storage capacity of the existing disk", - "moving_desc": "Rebooting and moving data disk. Please have patience", + "no_devices_text": "There is no suitable external device found. The storage capacity of the external data disk must be larger than the storage capacity of the existing disk.", + "moving_desc": "Rebooting and moving data disk. Please have patience.", "moving": "Moving data disk", "loading_devices": "Loading devices", "cancel": "[%key:ui::common::cancel%]",