diff --git a/mobile/shop/item.php b/mobile/shop/item.php
index 7436274ad..5bfb4f89f 100644
--- a/mobile/shop/item.php
+++ b/mobile/shop/item.php
@@ -87,7 +87,7 @@ $sql = " select it_id, it_name from {$g5['g5_shop_item_table']}
limit 1 ";
$row = sql_fetch($sql);
if (isset($row['it_id']) && $row['it_id']) {
- $next_title = '다음 상품 '.$row['it_name'].'';
+ $next_title = '다음상품 '.$row['it_name'].'';
$next_href = '';
$next_href2 = '';
} else {