recappi 0.1.13 → 0.1.14
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1371,8 +1371,8 @@ function recordErrorCopy(code, message) {
|
|
|
1371
1371
|
};
|
|
1372
1372
|
case "record.capture_failed":
|
|
1373
1373
|
return {
|
|
1374
|
-
title: "
|
|
1375
|
-
detail: "
|
|
1374
|
+
title: "Couldn't start recording.",
|
|
1375
|
+
detail: "Recording failed to start \u2014 please try again.",
|
|
1376
1376
|
tone: "red"
|
|
1377
1377
|
};
|
|
1378
1378
|
default:
|