Skip to content

Commit 36d84c3

Browse files
formanb-yogesh
andauthored
Update dashi/src/app/ExtensionInfo.tsx
Co-authored-by: yogeshkumar94 <[email protected]>
1 parent 571a941 commit 36d84c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashi/src/app/ExtensionInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function ExtensionsInfo() {
2222
} else if (contributionsResult.error) {
2323
return <div>Error: {contributionsResult.error.message}</div>;
2424
} else if (contributionsResult.status === "pending") {
25-
return <div>{`Loading contributions...`}</div>;
25+
return <div>{`Loading extensions...`}</div>;
2626
}
2727
return null;
2828
}

0 commit comments

Comments
 (0)