chore(web): remove 'click to reopen' hint under recent searches
Some checks failed
QA Gate (P0/P1) / Test affected app (pull_request) Has been cancelled
Some checks failed
QA Gate (P0/P1) / Test affected app (pull_request) Has been cancelled
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -717,7 +717,6 @@
|
||||
"previewHint": "Click Decode VIN to access the full parts catalog.",
|
||||
"recent": "Recent searches",
|
||||
"seeAll": "See all →",
|
||||
"openHint": "Click to reopen the vehicle with its parts catalog",
|
||||
"historyAria": "{brand} {model} — VIN {vin}, open from history",
|
||||
"errorInvalidVin": "Invalid VIN. Must be 17 characters; I, O, Q are not allowed.",
|
||||
"errorGeneric": "An error occurred. Please try again.",
|
||||
|
||||
@@ -717,7 +717,6 @@
|
||||
"previewHint": "Şase Çöz butonuna tıklayarak tam parça kataloğuna erişin.",
|
||||
"recent": "Son Aramalar",
|
||||
"seeAll": "Tümünü Gör →",
|
||||
"openHint": "Aracı parça kataloğuyla birlikte yeniden açmak için tıklayın",
|
||||
"historyAria": "{brand} {model} — şase {vin}, geçmişten aç",
|
||||
"errorInvalidVin": "Geçersiz şase. 17 karakter olmalı, I, O, Q harfleri kullanılamaz.",
|
||||
"errorGeneric": "Bir hata oluştu. Lütfen tekrar deneyin.",
|
||||
|
||||
@@ -791,8 +791,6 @@ function SearchPage() {
|
||||
</button>
|
||||
))}
|
||||
</div>
|
||||
|
||||
<p className="text-center text-xs text-muted-foreground">{t("search.openHint")}</p>
|
||||
</div>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user