diff --git a/config/initializers/active_admin.rb b/config/initializers/active_admin.rb index bab884d..6386000 100644 --- a/config/initializers/active_admin.rb +++ b/config/initializers/active_admin.rb @@ -4,7 +4,7 @@ ActiveAdmin.setup do |config| # Set the title that is displayed on the main layout # for each of the active admin pages. # - config.site_title = "Progress Test" + config.site_title = "Teste de Progresso" # Set the link url for the title. For example, to take # users to your main site. Defaults to no link.