uploaded new name
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Quality Recticel Print Service - Popup Script
|
||||
* Quality Label Printing Service - Popup Script
|
||||
* Manages the extension popup interface
|
||||
*/
|
||||
|
||||
@@ -224,7 +224,7 @@ document.addEventListener('DOMContentLoaded', async () => {
|
||||
*/
|
||||
function showHelp() {
|
||||
const helpText = `
|
||||
Quality Recticel Print Service Help
|
||||
Quality Label Printing Service Help
|
||||
==================================
|
||||
|
||||
Installation:
|
||||
@@ -244,7 +244,7 @@ Troubleshooting:
|
||||
• Verify Chrome extension permissions
|
||||
• Check service logs: print_service.log
|
||||
|
||||
For support, contact the Quality Recticel development team.
|
||||
For support, contact the Quality Label Printing development team.
|
||||
`;
|
||||
|
||||
alert(helpText.trim());
|
||||
|
||||
Reference in New Issue
Block a user