Rename period filter label to Reference

This commit is contained in:
2026-09-02 18:07:10 -03:00
parent 9c6c5ff690
commit 911da359e3
4 changed files with 4 additions and 4 deletions

View File

@@ -272,7 +272,7 @@
field.className = "opportunities-extension-field";
const labelText = document.createElement("span");
labelText.textContent = "Periodo";
labelText.textContent = "Reference";
const selectWrap = document.createElement("span");
selectWrap.className = "opportunities-extension-select-wrap";

View File

@@ -272,7 +272,7 @@
field.className = "opportunities-extension-field";
const labelText = document.createElement("span");
labelText.textContent = "Periodo";
labelText.textContent = "Reference";
const selectWrap = document.createElement("span");
selectWrap.className = "opportunities-extension-select-wrap";