From ddab3b91dc98513cdfb4ce7eafa087827021bd10 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Thu, 30 Mar 2023 10:27:54 +0200
Subject: [PATCH] proofread

---
 .../docs/how-to-guides/volume-transfer.md     | 27 +++++++++----------
 1 file changed, 12 insertions(+), 15 deletions(-)

diff --git a/topics/compute/openstack/docs/how-to-guides/volume-transfer.md b/topics/compute/openstack/docs/how-to-guides/volume-transfer.md
index 682c8468..c0ec6b9e 100644
--- a/topics/compute/openstack/docs/how-to-guides/volume-transfer.md
+++ b/topics/compute/openstack/docs/how-to-guides/volume-transfer.md
@@ -7,13 +7,11 @@ search:
 
 # Volume Transfer Between Projects
 
-__1.__ Shut off instance and make copy of volume which you want to transfer using
-**Create volume backup** you can follow
-[this guide](../manage-volumes/#creating-volume-backup) and as a next step
-create new volume from backup. You will end with a volume copy.
+__1.__ Shut off the instance and make a copy of the volume which you want to transfer using **Create volume backup**.
+You can follow [this guide](../manage-volumes/#creating-volume-backup) and as a next step create a new volume from the backup.
+You will end with a volume copy.
 
-
-__2.__ In menu of volume which you want to transfer select **Create Transfer**
+__2.__ In the menu of the volume which you want to transfer, select **Create Transfer**
 
   ![](/compute/openstack/images/volume-transfer/transfer1.png)
 
@@ -21,27 +19,26 @@ __3.__ Fill in **Transfer Name**
 
   ![](/compute/openstack/images/volume-transfer/transfer2.png)
 
-__4.__ New volume transfer is created, you will need **Transfer ID** and
-**Authorization Key**. You can download them to your computer using
-**Download transfer credentials**.
+__4.__ New volume transfer is created. You will need **Transfer ID** and **Authorization Key**.
+You can download them to your computer using **Download transfer credentials**.
 
   ![](/compute/openstack/images/volume-transfer/transfer3.png)
 
-__5.__ You can see in original project that transfer is created and waiting
+__5.__ You can see in the original project that the transfer is created and waiting
 for action in destination project.
 
   ![](/compute/openstack/images/volume-transfer/transfer4.png)
 
-__6.__ In horizon switch to destination project and go to Volumes menu. Select
-**Accept Transfer** button.
+__6.__ In horizon, switch to the destination project and go to the Volumes menu.
+Press the **Accept Transfer** button.
 
   ![](/compute/openstack/images/volume-transfer/transfer5.png)
 
-__7.__ Accept volume transfer in destination project. You will need
-**Transfer ID** and **Authorization Key** from previous step.
+__7.__ Accept the volume transfer in the destination project.
+You will need **Transfer ID** and **Authorization Key** from the previous step.
 
   ![](/compute/openstack/images/volume-transfer/transfer6.png)
 
-__8.__ Now you can see transferred volume in destination project.
+__8.__ Now you can see the transferred volume in the destination project.
 
   ![](/compute/openstack/images/volume-transfer/transfer7.png)
-- 
GitLab