Update installExtension.html: fix data-i18n

This commit is contained in:
Rivelle
2024-12-30 15:48:06 +08:00
committed by GitHub
parent 5da312356a
commit 8454583131

View File

@@ -1,7 +1,5 @@
<h3>Enter the Git URL of the extension to install</h3>
<h3 data-i18n="Enter the Git URL of the extension to install">Enter the Git URL of the extension to install</h3>
<br>
<p><b>Disclaimer:</b> Please be aware that using external extensions can have unintended side effects and may pose
security risks. Always make sure you trust the source before importing an extension. We are not responsible for any
damage caused by third-party extensions.</p>
<p><b data-i18n="Disclaimer:">Disclaimer:</b> <span data-i18n="Please be aware that using external extensions can have unintended side effects and may pose security risks. Always make sure you trust the source before importing an extension. We are not responsible for any damage caused by third-party extensions.">Please be aware that using external extensions can have unintended side effects and may pose security risks. Always make sure you trust the source before importing an extension. We are not responsible for any damage caused by third-party extensions.</p></span>
<br>
<p>Example: <tt> https://github.com/author/extension-name </tt></p>
<p><span data-i18n="Example:">Example:</span> <tt> https://github.com/author/extension-name </tt></p>