diff --git a/app/View/Graphgenerators/index.ctp b/app/View/Graphgenerators/index.ctp index 4ee0f967f1..4a77a0e612 100755 --- a/app/View/Graphgenerators/index.ctp +++ b/app/View/Graphgenerators/index.ctp @@ -148,6 +148,8 @@ 604800 => __('Last 7 Days'), 1209600 => __('Last 14 Days'), 2592000 => __('Last 30 Days'), + 5184000 => __('Last 60 Days'), + 7776000 => __('Last 90 Days'), ]; $options = [ 'options' => $relative_time_options,