Skip to content

Commit 21ef847

Browse files
Update webview-ui/src/components/marketplace/MarketplaceView.tsx
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent 39a3b24 commit 21ef847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/marketplace/MarketplaceView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export function MarketplaceView({ stateManager, onDone, targetTab }: Marketplace
108108
onClick={() => onDone?.()}
109109
aria-label={t("settings:back")}>
110110
<ArrowLeft />
111-
<span className="sr-only">{t("marketplace:done")}</span>
111+
<span className="sr-only">{t("settings:back")}</span>
112112
</Button>
113113
<h3 className="font-bold m-0">{t("marketplace:title")}</h3>
114114
</div>

0 commit comments

Comments
 (0)