Skip to content

Commit

Permalink
Change 'stage' to 'test' in dkan_environment (#2763)
Browse files Browse the repository at this point in the history
  • Loading branch information
janette authored and fmizzell committed Dec 7, 2018
1 parent 25d9622 commit b2ecf92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/dkan/dkan_environment/dkan_environment.module
Expand Up @@ -11,9 +11,9 @@ function dkan_environment_environment() {
'description' => t('Local Development Environment.'),
);

$environments['stage'] = array(
'label' => t('Stage'),
'description' => t('Staging Environment.'),
$environments['test'] = array(
'label' => t('Test'),
'description' => t('Test/Staging Environment.'),
);

return $environments;
Expand Down

0 comments on commit b2ecf92

Please sign in to comment.