recappi 0.1.52 → 0.1.53
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -845,7 +845,7 @@ function stoppedHandoffCopy(artifact, canTranscribe) {
|
|
|
845
845
|
if (!canTranscribe || !artifact?.audioPath) {
|
|
846
846
|
return { text: "Saved locally \xB7 n back", tone: "dim" };
|
|
847
847
|
}
|
|
848
|
-
return { text: "
|
|
848
|
+
return { text: "Starting transcription\u2026", tone: "normal" };
|
|
849
849
|
}
|
|
850
850
|
var WAVE_THROTTLE_MS, trimLead;
|
|
851
851
|
var init_RecordingHeroScreen = __esm({
|