diff --git a/src/app_modules.js b/src/app_modules.js
index 5fa3d8b..40bda84 100644
--- a/src/app_modules.js
+++ b/src/app_modules.js
@@ -1042,8 +1042,8 @@ function TS_IndexElement(
function BuildQR(mid, label) {
return `
- TeleSec AztecQR
-
${toHtml(aztec(mid),[6,6])}
+ TeleSec QR
+
${toHtml(quickresponse(mid),[6,6])}
${label}
`
diff --git a/src/page/dataman.js b/src/page/dataman.js
index 37e92da..579cd66 100644
--- a/src/page/dataman.js
+++ b/src/page/dataman.js
@@ -177,7 +177,7 @@ PAGES.dataman = {
__labels: function (mid) {
var div_materiales = safeuuid();
container.innerHTML = `
-