diff --git a/docs/other/index.en.md b/docs/other/index.en.md
index 90c0090..6af9ac1 100644
--- a/docs/other/index.en.md
+++ b/docs/other/index.en.md
@@ -164,7 +164,7 @@ hide:
- Due to some force majeure, [Docker Hub](https://hub.docker.com) is currently inaccessible in the Chinese mainland network environment, so the image cannot be pulled normally. It is recommended to use the image warehouse source available in Chinese mainland mentioned below.
+ Due to some force majeure, [Docker Hub](https://hub.docker.com) is currently inaccessible in the Chinese mainland network environment, so the image cannot be pulled normally. It is recommended to use the image repository source available in Chinese mainland mentioned below.
Note: The specified Web protocol in the script is only for controlling the `Docker CE` software source. `Docker Registry` always uses the `HTTPS` protocol.
@@ -351,7 +351,7 @@ Command options(name/meaning/value):
--branch centos \
--branch-version 9
```
- > This option can be used to control the compatibility of the installed software package (only applicable to Red Hat operating systems). For details, see the path name (positive integer) representing the version number in the corresponding warehouse directory.
+ > This option can be used to control the compatibility of the installed software package (only applicable to Red Hat operating systems). For details, see the path name (positive integer) representing the version number in the corresponding repository directory.
- ### Specify Docker Engine Installation Version
diff --git a/docs/theme/main.html b/docs/theme/main.html
index 5b8abf2..b2d5470 100644
--- a/docs/theme/main.html
+++ b/docs/theme/main.html
@@ -8,7 +8,7 @@
{% block announce %}
{{
- 'If you think this project is good and helpful to you, please click the Star in the upper right corner of the warehouse and share it with more friends.' if i18n_page_locale == 'en' else '如果您覺得這個專案不錯對您有幫助的話,請點擊倉庫右上角的 Star 並分享給更多的朋友' if i18n_page_locale == 'zh-Hant' else '如果觉得这个项目不错对您有所帮助的话,请点击仓库右上角的 Star 并分享给更多的朋友'
+ 'If you think this project is good and helpful to you, please click the Star in the upper right corner of the repository and share it with more friends.' if i18n_page_locale == 'en' else '如果您覺得這個專案不錯對您有幫助的話,請點擊倉庫右上角的 Star 並分享給更多的朋友' if i18n_page_locale == 'zh-Hant' else '如果觉得这个项目不错对您有所帮助的话,请点击仓库右上角的 Star 并分享给更多的朋友'
}}
{% endblock %}