diff --git a/code.user.js b/code.user.js
index dfb9552..eb484f5 100644
--- a/code.user.js
+++ b/code.user.js
@@ -2167,7 +2167,7 @@
const ownerActions = $(`#${item_info_id}_item_owner_actions`);
// Move market link to a button
- ownerActions.append(`View in Community Market`);
+ ownerActions.append(`View in Community Market`);
$(`#${item_info_id}_item_market_actions > div:nth-child(1) > div:nth-child(1)`).hide();
// ownerActions is hidden on other games' inventories, we need to show it to have a "Market" button visible