uploaded new name

This commit is contained in:
2025-09-22 20:34:15 +03:00
parent dd1772222d
commit 921ea43834
14 changed files with 180 additions and 64 deletions

View File

@@ -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());