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 571a941 commit 36d84c3Copy full SHA for 36d84c3
dashi/src/app/ExtensionInfo.tsx
@@ -22,7 +22,7 @@ function ExtensionsInfo() {
22
} else if (contributionsResult.error) {
23
return <div>Error: {contributionsResult.error.message}</div>;
24
} else if (contributionsResult.status === "pending") {
25
- return <div>{`Loading contributions...`}</div>;
+ return <div>{`Loading extensions...`}</div>;
26
}
27
return null;
28
0 commit comments