@bigbinary/neeto-media-recorder 2.7.6 → 2.7.8
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/constants.js +6 -2
- package/constants.js.map +1 -1
- package/core.js +20 -1
- package/core.js.map +1 -1
- package/index.js +208 -5
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +2 -1
package/package.json
CHANGED
package/src/translations/en.json
CHANGED
|
@@ -48,6 +48,7 @@
|
|
|
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": "You're using the {{appName, anyCase}} version of NeetoRecord. It has limited features. Please <Download>download the desktop application</Download> for more features and the best recording experience."
|
|
51
|
+
"useDesktopAppCallOut": "You're using the {{appName, anyCase}} version of NeetoRecord. It has limited features. Please <Download>download the desktop application</Download> for more features and the best recording experience.",
|
|
52
|
+
"insufficientDataError": "NeetoRecord failed to record any video. Please try again. If the issue persists, try restarting your device. If restarting doesn’t resolve the issue, please send an email to support@neetorecord.com."
|
|
52
53
|
}
|
|
53
54
|
}
|