diff --git a/i18n/af_ZA.yaml b/i18n/af_ZA.yaml index cd2edf89..a5a528c5 100644 --- a/i18n/af_ZA.yaml +++ b/i18n/af_ZA.yaml @@ -1292,16 +1292,16 @@ ui: page_title: CSS and HTML custom_css: label: Custom CSS - text: This will insert as + text: This will insert as <link> head: label: Head - text: This will insert before + text: This will insert before </head> header: label: Header - text: This will insert after + text: This will insert after <body> footer: label: Footer - text: This will insert before . + text: This will insert before </body>. login: page_title: Login membership: diff --git a/i18n/en_US.yaml b/i18n/en_US.yaml index 7b1d8b18..8ba8392c 100644 --- a/i18n/en_US.yaml +++ b/i18n/en_US.yaml @@ -1657,16 +1657,16 @@ ui: page_title: CSS and HTML custom_css: label: Custom CSS - text: This will insert as + text: This will insert as <link> head: label: Head - text: This will insert before + text: This will insert before </head> header: label: Header - text: This will insert after + text: This will insert after <body> footer: label: Footer - text: This will insert before . + text: This will insert before </body>. sidebar: label: Sidebar text: This will insert in sidebar. diff --git a/i18n/zh_CN.yaml b/i18n/zh_CN.yaml index 36523e8a..b14600a9 100644 --- a/i18n/zh_CN.yaml +++ b/i18n/zh_CN.yaml @@ -1607,16 +1607,16 @@ ui: page_title: CSS 与 HTML custom_css: label: 自定义 CSS - text: 这将以 方式插入 + text: 这将以 <link> 方式插入 head: label: 头部 - text: 这将在 之前插入 + text: 这将在 </head> 之前插入 header: label: 页眉 - text: 这将在 之后插入 + text: 这将在 <body> 之后插入 footer: label: 页脚 - text: 这将在 之前插入. + text: 这将在 </body> 之前插入. sidebar: label: 侧边栏 text: 这将插入侧边栏中。