Skip to content

Commit d1f1cd5

Browse files
fix: comment
1 parent bfef562 commit d1f1cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/terminalSettings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ export default function terminalSettings() {
330330
sdcard.openDocumentFile(
331331
async (data) => {
332332
loader.showTitleLoader();
333-
//this will create a file at $PREFIX/atem_backup.bin
333+
//this will create a file at $PREFIX/atem_backup.tar.tar
334334
await system.copyToUri(
335335
data.uri,
336336
cordova.file.dataDirectory,

0 commit comments

Comments
 (0)