diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-11-02 17:54:31 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-12-06 11:30:11 +0100 |
commit | eef6ea91fd4968e29cc8b5d60e485c1a89d95b17 (patch) | |
tree | adf5c4856632b5d886234e69be017a5cfd704e78 | |
parent | 4ae87c36d03d522082ce0351194f785e4d2e39df (diff) | |
download | bugzilla-eef6ea91fd4968e29cc8b5d60e485c1a89d95b17.tar.gz bugzilla-eef6ea91fd4968e29cc8b5d60e485c1a89d95b17.tar.xz |
Flyspray: Change description of private bug group to match bz_private
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | Bugzilla/Migrate/Flyspray.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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,} |