- Issue created by @nguyentom715
Changed some labels in the Apigee Edge module and created patch but it has error to apply.
1- Go to apigee_edge.module
2- Change labels of line #1137 and #1141
$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',
],
3- Created a patch from git command
4- Apply patch
5- Got error: "Could not apply patch! Skipping. The error was: Cannot apply patch..."
Needs work
1.0
Code