Skip to content
Snippets Groups Projects
Commit 7d4d45f8 authored by lfr20's avatar lfr20
Browse files

Changed the top labels from table to upper case

parent 9ec6fffa
No related branches found
No related tags found
4 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...,!40merge admin into develop,!37Merge sistema_admin into Update_Admin_System
......@@ -336,12 +336,12 @@ const Institutions = () => {
//Words that defines that column
const topTable = [
"ID",
"Nome",
"Descrição",
"Cidade",
"País",
"Visualizar",
"Deletar",
"NOME",
"DESCRIÇÃO",
"CIDADE",
"PAÍS",
"VISUALIZAR",
"DELETAR",
];
//Buttons from PopOverMenu
......@@ -480,7 +480,7 @@ const Institutions = () => {
}}
>
Novo
</Button>
</Button>
</Link>
</Grid>
......
......@@ -169,7 +169,7 @@ const NoteVariables = () => {
} else {
//Words in the top part of the table
const topTable = ['ID', 'Name', 'Código', 'Peso', 'Ativo', 'Score Type', 'Visualizar'];
const topTable = ['ID', 'NOME', 'CÓDIGO', 'PESO', 'ATIVO', 'SCORE TYPE', 'VISUALIZAR'];
return (
<div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment