Skip to content

Commit

Permalink
errinho de escrita no sistema
Browse files Browse the repository at this point in the history
  • Loading branch information
caio-santt committed Jul 11, 2023
1 parent 0bdd0ee commit 03f65a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sistema.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ void Sistema::paginaAdmin() {
limparTela();
std::string opcao = mostrarOpcoes(
"\tADMINISTRADOR LOGADO: ",
{"Editar Produtos", "Edtiar Corredores", "Editar Usuarios", "Criar Conta Admin", "Deslogar"}, 1);
{"Editar Produtos", "Editar Corredores", "Editar Usuarios", "Criar Conta Admin", "Deslogar"}, 1);

if (opcao == "Editar Produtos") {
paginaAdminEditarProdutos();
Expand Down

0 comments on commit 03f65a5

Please sign in to comment.