@bigbinary/neeto-media-recorder 2.6.5 → 2.6.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-media-recorder",
3
- "version": "2.6.5",
3
+ "version": "2.6.7",
4
4
  "description": "A package to simplify the media capturing process",
5
5
  "repository": "git@github.com:bigbinary/neeto-media-recorder.git",
6
6
  "license": "MIT",
@@ -48,6 +48,6 @@
48
48
  },
49
49
  "notSupportedError": "We encountered a problem initiating the screen recorder. Please try again by clicking the button below.",
50
50
  "unsupportedBrowser": "Unfortunately, this feature is unavailable because the current browser does not support screen capturing.",
51
- "useDesktopAppCallOut": "Hey there! 👋 You're using the basic version of NeetoRecord with limited features. For the best recording experience with advanced features, please <Download>download the desktop application.</Download>"
51
+ "useDesktopAppCallOut": "You're using the web version of NeetoRecord. It has limited features. Please <Download>download the desktop application</Download> for more features and the best recording experience."
52
52
  }
53
53
  }