@bigbinary/neeto-media-recorder 2.6.1 → 2.6.3
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/README.md +8 -4
- package/constants.js +3 -1
- package/constants.js.map +1 -1
- package/core.js +133 -124
- package/core.js.map +1 -1
- package/index.js +24 -5
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +1 -1
package/package.json
CHANGED
package/src/translations/en.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"message": "You are discarding the current recording. This can't be undone."
|
|
37
37
|
},
|
|
38
38
|
"discardRecording": "Discard recording",
|
|
39
|
-
"timeLimitWarning": "Please note: recordings are limited to {{duration}}. The current recording will automatically stop
|
|
39
|
+
"timeLimitWarning": "Please note: recordings are limited to {{duration}}. The current recording will automatically stop in <Bold>{{endsIn}}</Bold>.",
|
|
40
40
|
"copyToClipboardToastrMessage": "Recording link is copied to your clipboard. You can paste it anywhere.",
|
|
41
41
|
"grantPermissions": "Grant permissions",
|
|
42
42
|
"selectScreen": "Select screen",
|