@bigbinary/neeto-media-recorder 2.0.0 → 2.0.2

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.0.0",
3
+ "version": "2.0.2",
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",
@@ -41,7 +41,7 @@
41
41
  "grantMicPermission": "Grant microphone permission",
42
42
  "iDontNeedAudio": "I don't need audio",
43
43
  "pleaseDontCloseThisTab": "Please don’t close this tab",
44
- "copyLinkDescription": "While the video is getting uploaded, you can still copy the link and share them anywhere."
44
+ "copyLinkDescription": "While the video is being uploaded, you can still copy the link and share it."
45
45
  },
46
46
  "unsupportedBrowser": "Unfortunately, this feature is unavailable because the current browser does not support screen capturing."
47
47
  }