From eef6ea91fd4968e29cc8b5d60e485c1a89d95b17 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 2 Nov 2018 17:54:31 +0100 Subject: Flyspray: Change description of private bug group to match bz_private Signed-off-by: Florian Pritz --- Bugzilla/Migrate/Flyspray.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Migrate/Flyspray.pm b/Bugzilla/Migrate/Flyspray.pm index 8e75b6855..47bcd1dda 100644 --- a/Bugzilla/Migrate/Flyspray.pm +++ b/Bugzilla/Migrate/Flyspray.pm @@ -253,7 +253,7 @@ sub _read_products { groups => [ { name => "private", - description => "Private bug group", + description => "Private bug", owner => $self->_get_username(-1), settings => {"membercontrol" => CONTROLMAPSHOWN, "othercontrol" => CONTROLMAPSHOWN,} -- cgit v1.2.3-24-g4f1b