Skip to content

Commit

Permalink
Merge pull request #144 from argiepiano/1.x-1.x-issue-143
Browse files Browse the repository at this point in the history
Issue 143. Capitalize new option
  • Loading branch information
argiepiano authored Dec 16, 2023
2 parents 45f8c10 + 4df40fd commit 1f35c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/BackupMigrateFilesDestinationDbConfigSource.inc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class BackupMigrateFilesDestinationDbConfigSource extends backup_migrate_destina
$out['db_config'] = backup_migrate_create_destination('db_config', array(
'machine_name' => 'db_config',
'location' => config_get_config_directory(),
'name' => t('Database and active config directory'),
'name' => t('Database and Active Config Directory'),
'show_in_list' => FALSE,
));
return $out;
Expand Down

0 comments on commit 1f35c93

Please sign in to comment.