Skip to content

Commit bcc52e3

Browse files
committed
fix: update plugin info data to remove translation for titles and descriptions
1 parent ed3a92e commit bcc52e3

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

frontend/components/SupportPage/data/pluginInfoData.ts

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
1+
/* eslint-disable translate-obj-prop/translate-obj-prop */
12
import { __ } from '@common/helpers/i18nwrap'
23

34
export default {
45
chatLink: 'https://tawk.to/chat/60eac4b6d6e7610a49aab375/1faah0r3e',
56
facebookCommunity: 'https://www.facebook.com/groups/bitcommunityusers',
67
linkedIn: 'https://www.linkedin.com/company/bitapps',
78
plugins: {
8-
'bit-flows': {
9+
'bit-pi': {
910
buyLink: 'https://bit-flows.com/#pricing/',
10-
description: __('Bit Flows - Zapier Alternative in WordPress Unlimited Task.'),
11+
description: 'Bit Flows - ' + __('Zapier Alternative in WordPress Unlimited Task.'),
1112
docLink: 'https://bit-flows.com/documentation/',
1213
reviewLink: 'https://wordpress.org/support/plugin/bit-pi/reviews/',
13-
title: __('Bit Flows'),
14+
title: 'Bit Flows',
1415
website: 'https://bit-flows.com',
1516
wpSupportThread: 'https://wordpress.org/support/plugin/bit-pi/'
1617
},
1718
'bit-social': {
1819
buyLink: 'https://bit-social.com/#pricing/',
19-
description: `An social media management plugin for WordPress, that allows you to share your post to
20-
different social media platform, schedule post, manage social media account and many more
21-
feature.`,
20+
description: __(
21+
'An social media management plugin for WordPress, that allows you to share your post to different social media platform, schedule post, manage social media account and many more feature.'
22+
),
2223
docLink: 'https://bit-social.com/documentation/',
2324
reviewLink: 'https://wordpress.org/support/plugin/bit-social/reviews/',
24-
title: __('Bit Social'),
25+
title: 'Bit Social',
2526
website: 'https://bit-social.com',
2627
wpSupportThread: 'https://wordpress.org/support/plugin/bit-social/'
2728
}

0 commit comments

Comments
 (0)