Skip to content

Commit 1de5a33

Browse files
fix: translation key typo
1 parent e86aed9 commit 1de5a33

File tree

1 file changed

+1
-1
lines changed
  • apps/meteor/client/views/marketplace/AppDetailsPage/tabs/AppInstances

1 file changed

+1
-1
lines changed

apps/meteor/client/views/marketplace/AppDetailsPage/tabs/AppInstances/AppInstances.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const AppInstances = ({ id }: AppInstanceProps): ReactElement => {
7979
title='Actions'
8080
items={[
8181
{
82-
content: t('View_logs'),
82+
content: t('View_Logs'),
8383
onClick: handleSelectLogs,
8484
id: 'view-logs',
8585
icon: 'desktop-text',

0 commit comments

Comments
 (0)