diff options
-rw-r--r-- | Bugzilla/Install.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm index 218ee6359..36254a9c1 100644 --- a/Bugzilla/Install.pm +++ b/Bugzilla/Install.pm @@ -114,7 +114,7 @@ use constant SYSTEM_GROUPS => ( use constant DEFAULT_CLASSIFICATION => { name => 'Unclassified', - description => 'Unassigned to any classification' + description => 'Not assigned to any classification' }; use constant DEFAULT_PRODUCT => { |