Update installExtension.html: fix data-i18n

8454583131d424918f06ba385dc00477814e649f

Rivelle <rivelle.days@gmail.com>

Signed
1 files changed, +3 -5Ignore whitespace
public/scripts/templates/installExtension.html+3 -5
@@ -1,7 +1,5 @@
1<h3>Enter the Git URL of the extension to install</h3>1<h3 data-i18n="Enter the Git URL of the extension to install">Enter the Git URL of the extension to install</h3>
2<br>2<br>
3<p><b>Disclaimer:</b> Please be aware that using external extensions can have unintended side effects and may pose3<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>
4 security risks. Always make sure you trust the source before importing an extension. We are not responsible for any
5 damage caused by third-party extensions.</p>
6<br>4<br>
7<p>Example: <tt> https://github.com/author/extension-name </tt></p>5<p><span data-i18n="Example:">Example:</span> <tt> https://github.com/author/extension-name </tt></p>