Преглед изворни кода

Update minor problem in docs

Toby Chui пре 6 година
родитељ
комит
c9320958a5
2 измењених фајлова са 5 додато и 1 уклоњено
  1. 1 1
      docs/lang/en-HK/11.md
  2. 4 0
      docs/lang/en-HK/3.md

+ 1 - 1
docs/lang/en-HK/11.md

@@ -42,7 +42,7 @@ Here is an example of the File Explorer interface under VDI mode.
 ![](img/11/6.png)
 
 ### UMFilename - Upload Manager File Naming Methods
-Some filename uploaded to the ArOZ Online System contains wierd, unsupported characters. This might cause by many different reasons like OS upgrade, opening ArOZ Online with a computer that use different lanuages or file copy and paste from a Linux PC to a Linux PC. To solve this issue, we used a new naming method called "umfilename" and "hexfoldername" method. As their name suggest, it is very simple to understand.
+Some filename uploaded to the ArOZ Online System contains wierd, unsupported characters. This might cause by many different reasons like OS upgrade, opening ArOZ Online with a computer that use different lanuages or file copy and paste from a Linux PC to a Windows PC. To solve this issue, we used a new naming method called "umfilename" and "hexfoldername" method. As their name suggest, it is very simple to understand.
 
 <table class="ts table">
 <thead>

+ 4 - 0
docs/lang/en-HK/3.md

@@ -35,9 +35,13 @@ into the following
 
 ## Adding More Devices
 In most case, you won't be using more than 2 external storage devices at the same time. However if you really need more than 2 mount points, you can create it by creating more folders in the media directory with the following commands. For example, this is the command for creating a 3rd mount point.
+
 ```mkdir /media/storage3```
+
 Another example for creating the 4th mount point.
+
 ```mkdir /media/storage4```
+
 And so on.
 
 Be aware that the manual created mount points will not be automatically mounted during the system startup. You might need to edit <code> /etc/fstab </code> according to your needs. You can find out more with the link below.