We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2120b3 commit b73ce36Copy full SHA for b73ce36
src/packages/util/compute-states.ts
@@ -76,7 +76,7 @@ export const COMPUTE_STATES: ComputeStates = {
76
unarchiving: {
77
desc: "Project is being copied from longterm storage; this may take several minutes depending on how many files you have.",
78
icon: "download",
79
- display: "Unarchiving",
+ display: "Restoring",
80
to: {},
81
timeout: 30 * 60,
82
commands: ["status", "mintime"],
0 commit comments