@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.
@@ -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 = "Let Pluno group the tabs used by this task?";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluno/product-agent-web",
3
- "version": "0.1.94",
3
+ "version": "0.1.95",
4
4
  "description": "Browser SDK and default widget for embedding Pluno Product Agent into customer web apps.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",