diff --git a/api/src/Sozsoft.Platform.DbMigrator/Seeds/LanguagesData.json b/api/src/Sozsoft.Platform.DbMigrator/Seeds/LanguagesData.json index cbcd933..c767f9d 100644 --- a/api/src/Sozsoft.Platform.DbMigrator/Seeds/LanguagesData.json +++ b/api/src/Sozsoft.Platform.DbMigrator/Seeds/LanguagesData.json @@ -7362,6 +7362,24 @@ "tr": "Demo Talep Formu", "en": "Demo Request Form" }, + { + "resourceName": "Platform", + "key": "Public.demo.newDemo", + "tr": "Yeni Demo Talebi", + "en": "New Demo Request" + }, + { + "resourceName": "Platform", + "key": "Public.demo.thankYou", + "tr": "Teşekkürler!", + "en": "Thank You!" + }, + { + "resourceName": "Platform", + "key": "Public.demo.resultMessage", + "tr": "Demo talebiniz başarıyla gönderildi. 24 saat içinde size geri dönüş yapacağız.", + "en": "Your demo request has been submitted successfully. We will get back to you within 24 hours." + }, { "resourceName": "Platform", "key": "Public.demo.users", diff --git a/ui/src/components/orders/ProductCard.tsx b/ui/src/components/orders/ProductCard.tsx index 0018cbb..71903e3 100644 --- a/ui/src/components/orders/ProductCard.tsx +++ b/ui/src/components/orders/ProductCard.tsx @@ -168,7 +168,7 @@ export const ProductCard: React.FC = ({ @@ -163,6 +162,8 @@ const Demo: React.FC = ({ isOpen, onClose }) => {