if params[:action] == 'new'
                        "A #{current_role_name.try(:downcase)} is not allowed to create this/these #{params[:controller]}"
                      else
                        "A #{current_role_name.try(:downcase)} is not allowed to #{params[:action]} this/these #{params[:controller]}"