Skip to content

Commit 3bedce6

Browse files
committed
Change default name to "My archive"
1 parent 4c9bf20 commit 3bedce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export async function ensureDefaultColl(collLoader) {
77
let colls = await collLoader.listAll();
88

99
if (!colls.length) {
10-
const metadata = { title: "My Archiving Session" };
10+
const metadata = { title: "My Archive" };
1111
const result = await collLoader.initNewColl(metadata);
1212

1313
await setLocalOption("defaultCollId", result.name);

0 commit comments

Comments
 (0)