diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-22 17:46:24 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-22 17:46:24 +0300 |
| commit | f6e0e1b3cfc23eaa61373cfebfaf73790c350921 (patch) | |
| tree | 0cd99e5e418b46fda404e7ed573d497fd08eabc0 /web/html | |
| parent | 769590d77993d8c26bfb9d056cb94d870cf6c745 (diff) | |
translate update
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/settings.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index b838b17f..21e23d4f 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -365,8 +365,8 @@ </a-tab-pane> <a-tab-pane key="5" tab='{{ i18n "pages.settings.subSettings" }}'> <a-row :xs="24" :sm="24" :lg="12"> - <h2 style="color: inherit; font-weight: bold; font-size: 18px; padding: 20px 20px; text-align: center;"> - <a-icon type="warning" style="color: inherit; font-size: 24px;"></a-icon> + <h2 class="alert-msg"> + <a-icon type="warning"></a-icon> {{ i18n "pages.settings.infoDesc" }} </h2> </a-row> |
