@bigbinary/neeto-media-recorder 1.3.19 → 1.3.21

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": "1.3.19",
3
+ "version": "1.3.21",
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",
@@ -10,10 +10,10 @@
10
10
  "doNotLeaveThePage": "Do not close this tab.",
11
11
  "uploadingRecording": "Recording is being uploaded",
12
12
  "inProgress": "Recording in progress...",
13
- "micPermissionDeniedTitle": "Please allow microphone access",
14
- "screenSharePermissionDeniedTitle": "Please select a screen to start recording",
15
- "screenSharePermissionDenied": "neetoRecord needs access to your screen to record. To continue, please click 'Select screen', and then select a screen.",
16
- "micPermissionDeniedMessage": "neetoRecord needs access to your microphone to record audio. Allow access by adjusting your media settings in the URL bar. If you cant find the mic icon on the URL bar, click the 'Grant microphone permissions' button.",
13
+ "micPermissionDeniedTitle": "{{appName, anyCase}} doesn't have access to your microphone",
14
+ "screenSharePermissionDeniedTitle": "{{appName, anyCase}} doesn't have access to your screen",
15
+ "screenSharePermissionDenied": "In order to grant access, please click on the <Bold>Select screen</Bold> button below, and then choose a screen from the popup and grant access.",
16
+ "micPermissionDeniedMessage": "If you are planning to record your screen with audio, please allow access to microphone by clicking on the mic icon in the URL bar. If you cant find the mic icon on the URL bar, click the 'Grant microphone permissions' button below.",
17
17
  "copyToClipboard": "Copy link",
18
18
  "downloadWebm": "Download webm",
19
19
  "startsIn": "Get ready, the recording will begin in...",