Change Limetech to Lime Technology

This commit is contained in:
Tom Mortensen
2024-11-29 08:37:33 -08:00
parent 825c7f2526
commit ee88e9d2c9

View File

@@ -1177,7 +1177,7 @@ $('body').on("click","a,.ca_href", function(e) {
e.preventDefault();
swal({
title: "<?=_('External Link')?>",
text: "<span title='"+href+"'><?=_('Clicking OK will take you to a 3rd party website not associated with Limetech')?><br><br><b>"+href+"<br><br><input id='Link_Always_Allow' type='checkbox'></input><?=_('Always Allow')?> "+dom.hostname+"</span>",
text: "<span title='"+href+"'><?=_('Clicking OK will take you to a 3rd party website not associated with Lime Technology')?><br><br><b>"+href+"<br><br><input id='Link_Always_Allow' type='checkbox'></input><?=_('Always Allow')?> "+dom.hostname+"</span>",
html: true,
type: 'warning',
showCancelButton: true,