@stock-in-the-channel/sinch-vue-components 0.0.331 → 0.0.332

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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -39056,7 +39056,7 @@ const BR = { class: "q-ma-sm" }, UR = { class: "row" }, jR = { class: "text-h5 c
39056
39056
  if (s.value.externalSystem !== _r.Microsoft) {
39057
39057
  a.dialog({
39058
39058
  title: i("Subscription Update Request"),
39059
- message: i("Your change requests have been recorded and will be passed to the provider.")
39059
+ message: i("Your changes were applied successfully. Please wait for the subscription to be updated within the provider, this can take up to 15 minutes.")
39060
39060
  });
39061
39061
  const X = JSON.stringify({ ...s.value, hasPendingChanges: !0 });
39062
39062
  s.value = JSON.parse(X);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stock-in-the-channel/sinch-vue-components",
3
- "version": "0.0.331",
3
+ "version": "0.0.332",
4
4
  "files": [
5
5
  "dist"
6
6
  ],