@bigbinary/neeto-media-recorder 2.6.8 → 2.6.10
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/core.js +1 -0
- package/core.js.map +1 -1
- package/index.js +3 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +1 -1
package/index.js
CHANGED
|
@@ -1038,6 +1038,9 @@ var UseDesktopAppCallout = function UseDesktopAppCallout() {
|
|
|
1038
1038
|
style: "h4",
|
|
1039
1039
|
children: /*#__PURE__*/jsx(Trans, {
|
|
1040
1040
|
i18nKey: "neetoMediaRecorder.useDesktopAppCallOut",
|
|
1041
|
+
values: {
|
|
1042
|
+
appName: IS_EXTENSION$1 ? "chrome extension" : "web"
|
|
1043
|
+
},
|
|
1041
1044
|
components: {
|
|
1042
1045
|
Download: /*#__PURE__*/jsx(Button, {
|
|
1043
1046
|
href: "https://neeto.com/neetorecord/download",
|