translate site title on active admin

This commit is contained in:
João Geonizeli
2022-07-28 09:16:33 -03:00
parent aa11f8aa6a
commit f737669b58

View File

@@ -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.