Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

Commit

Permalink
Update app's verbose name
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanisleite committed Oct 23, 2017
1 parent 3993ff5 commit 48aeac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jarbas/chamber_of_deputies/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

class ChamberOfDeputiesConfig(AppConfig):
name = 'jarbas.chamber_of_deputies'
verbose_name = 'Câmara dos Deputados'
verbose_name = 'Câmara dos Deputados - Cota para Exercício da Atividade Parlamentar'
2 changes: 1 addition & 1 deletion jarbas/core/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

class CoreConfig(AppConfig):
name = 'jarbas.core'
verbose_name = 'Cota para Exercício da Atividade Parlamentar'
verbose_name = 'Jarbas'

0 comments on commit 48aeac8

Please sign in to comment.