Skip to content

Commit 52cfb86

Browse files
committed
fix(chat): improve translations
1 parent d02f1b9 commit 52cfb86

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/chat/src/i18n/packs/i18n-lang-en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export const I18N_PACK_EN = {
237237
},
238238
},
239239
home: {
240-
exploreApps: 'Explore Available Apps',
240+
exploreApps: 'Explore Available Agents',
241241
meta: {
242242
title: 'Home',
243243
description: 'Welcome to DashHub Chat! Explore available agents and start a new chat.',

apps/chat/src/i18n/packs/i18n-lang-pl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export const I18N_PACK_PL: I18nLangPack = {
239239
},
240240
},
241241
home: {
242-
exploreApps: 'Eksploruj dostępne aplikacje',
242+
exploreApps: 'Eksploruj dostępnych agentów',
243243
meta: {
244244
title: 'Strona Główna',
245245
description: 'Strona główna DashHub Chat',

0 commit comments

Comments
 (0)