- Issue created by @nguyentom715
- Status changed to Active
6 months ago 5:22pm 26 June 2024
I tried to change the label in the Apigee Edge module and create patch but it has error to apply.
$properties_in_primary = [
'consumerKey' => [
- 'label' => t('Consumer Key'),
+ 'label' => t('Client ID'),
'value_type' => 'plain',
],
'consumerSecret' => [
- 'label' => t('Consumer Secret'),
+ 'label' => t('Client Secret'),
'value_type' => 'plain',
],
Active
1.0
Code