Fix typos

This commit is contained in:
bergware
2023-12-17 13:00:48 +01:00
parent faaec9aa54
commit 7e1f8f1817
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ $width = in_array($display['theme'], ['azure', 'gray']) ? '98.4%' : '100%';
<textarea id="troubleshootDetails" style="display: none;"></textarea>
<input type="email" id="troubleshootEmail" class="submit" autocomplete="off" spellcheck="false" placeholder="<?php echo _('Contact Email Address'); ?>"><input type="button" id="troubleshootSubmit" class="submit" value="<?php echo _('Submit'); ?>"/>
<label class="note" for="anonymize_troubleshoot"><input type="checkbox" id="anonymize_troubleshoot" class="anonymize" value="1" /> <?php echo _('Anonymize diagnostics (may make troubleshooting more difficult)'); ?></label>
<p class="note"><b><?php echo _('NOTE'); ?>:</b> <i><?php echo _('Submission of this troulbeshooting request will automatically send your system diagnostics to Lime Technology'); ?>.</i></p>
<p class="note"><b><?php echo _('NOTE'); ?>:</b> <i><?php echo _('Submission of this troubleshooting request will automatically send your system diagnostics to Lime Technology'); ?>.</i></p>
</div>
<div id="comment_panel" class="allpanels">
<textarea id="commentDescription" class="feedback" placeholder="<?php echo _('Type your question or comment to Lime Technology here'); ?>."></textarea>