Skip to content

Commit

Permalink
Fix: Traslate group view
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoPittol committed Sep 14, 2015
1 parent fbe2710 commit 140c996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions messages/pt-BR/aaa.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"Access Roles" => "Perfis de Acesso",
"any" => "qualquer",
'Back' => 'Voltar',
'Type' => 'Tipo',
'You are not allowed to create users' => 'Você não tem permissão para criar usuários',
'You are not allowed to update users' => 'Você não tem permissão para editar usuários',
'You are not allowed to delete users' => 'Você não tem permissão para deletar usuários',
Expand Down
2 changes: 1 addition & 1 deletion models/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function attributeLabels()
return [
'id' => 'ID',
'name' => Yii::t("aaa", 'Name'),
'type' => Yii::t("aaa", 'Tipo'),
'type' => Yii::t("aaa", 'Type'),
];
}

Expand Down

0 comments on commit 140c996

Please sign in to comment.