Skip to content

Commit b73ce36

Browse files
committed
Unarchiving -> Restoring (just better english)
1 parent b2120b3 commit b73ce36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/util/compute-states.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const COMPUTE_STATES: ComputeStates = {
7676
unarchiving: {
7777
desc: "Project is being copied from longterm storage; this may take several minutes depending on how many files you have.",
7878
icon: "download",
79-
display: "Unarchiving",
79+
display: "Restoring",
8080
to: {},
8181
timeout: 30 * 60,
8282
commands: ["status", "mintime"],

0 commit comments

Comments
 (0)