@pluno/product-agent-web 0.1.94 → 0.1.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/product-agent-sdk.js +562 -535
- package/dist/product-agent-widget.js +1 -1
- package/package.json +1 -1
|
@@ -1934,7 +1934,7 @@ function Va() {
|
|
|
1934
1934
|
const e = document.createElement("div");
|
|
1935
1935
|
e.className = "pluno-pa-widget__notify-suggestion pluno-pa-widget__tab-groups-suggestion", e.hidden = !0;
|
|
1936
1936
|
const t = document.createElement("span");
|
|
1937
|
-
t.className = "pluno-pa-widget__notify-suggestion-label", t.textContent = "
|
|
1937
|
+
t.className = "pluno-pa-widget__notify-suggestion-label", t.textContent = "Group the tabs used in this Pluno session?";
|
|
1938
1938
|
const n = document.createElement("div");
|
|
1939
1939
|
n.className = "pluno-pa-widget__notify-suggestion-actions";
|
|
1940
1940
|
const o = document.createElement("button");
|
package/package.json
CHANGED