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

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 17:33:49 +03:00
parent 45f7e3f5a4
commit e91159003e
3 changed files with 0 additions and 4 deletions

View File

@@ -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.",

View File

@@ -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.",

View File

@@ -791,8 +791,6 @@ function SearchPage() {
</button>
))}
</div>
<p className="text-center text-xs text-muted-foreground">{t("search.openHint")}</p>
</div>
)}