diff options
Diffstat (limited to 'Bugzilla/Migrate.pm')
-rw-r--r-- | Bugzilla/Migrate.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Migrate.pm b/Bugzilla/Migrate.pm index 2ae638e4f..e72c5c52e 100644 --- a/Bugzilla/Migrate.pm +++ b/Bugzilla/Migrate.pm @@ -90,7 +90,7 @@ END # bug_status => { # # Translate "Handled" into "RESOLVED". # "Handled" => "RESOLVED", -# "In Progress" => "ASSIGNED", +# "In Progress" => "IN_PROGRESS", # }, # # priority => { |