Fix InfoPanel - show supplier name as text, remove button
Some checks failed
Build Docker Image / build (push) Has been cancelled
Some checks failed
Build Docker Image / build (push) Has been cancelled
- Remove "View supplier" button, show name as plain text - Add fallback translation for unknown supplier
This commit is contained in:
@@ -63,7 +63,8 @@
|
||||
"suppliersNearby": "Suppliers nearby",
|
||||
"noHubs": "No hubs found",
|
||||
"noSuppliers": "No suppliers found",
|
||||
"viewSupplier": "View supplier"
|
||||
"viewSupplier": "View supplier",
|
||||
"supplier": "Supplier"
|
||||
},
|
||||
"modes": {
|
||||
"explore": "Explore",
|
||||
|
||||
@@ -63,7 +63,8 @@
|
||||
"suppliersNearby": "Поставщики рядом",
|
||||
"noHubs": "Хабы не найдены",
|
||||
"noSuppliers": "Поставщики не найдены",
|
||||
"viewSupplier": "Посмотреть поставщика"
|
||||
"viewSupplier": "Посмотреть поставщика",
|
||||
"supplier": "Поставщик"
|
||||
},
|
||||
"modes": {
|
||||
"explore": "Исследовать",
|
||||
|
||||
Reference in New Issue
Block a user