Commit 84a05819 authored by PedroLopesUPE's avatar PedroLopesUPE
Browse files

Correções textuais

Modificação simples de textos
parent 0337fed1
...@@ -65,7 +65,7 @@ class PadTables { ...@@ -65,7 +65,7 @@ class PadTables {
return [ return [
[ [
'id' => 'pesquisa_coordenacao', 'id' => 'pesquisa_coordenacao',
'name' => '1. PESQUISA (COORDENAÇÃO OU PARTICIPAÇÃO EM PROJETOS DE PESQUISA CADASTRADOS NO SISPG)', 'name' => '1. PESQUISA (COORDENAÇÃO OU PARTICIPAÇÃO EM PROJETOS DE PESQUISA CADASTRADOS NO SISPG/SAPIENS)',
'route' => route('pesquisa_coordenacao_index', ['user_pad_id' => $user_pad_id]) 'route' => route('pesquisa_coordenacao_index', ['user_pad_id' => $user_pad_id])
], ],
[ [
...@@ -75,7 +75,7 @@ class PadTables { ...@@ -75,7 +75,7 @@ class PadTables {
], ],
[ [
'id' => 'pesquisa_orientacao', 'id' => 'pesquisa_orientacao',
'name' => '3. PESQUISA (ORIENTAÇÃO DE INICIAÇÃO CIENTÍFICA DE PROJETOS VINCULADOS CADASTRADOS NO SISPG)', 'name' => '3. PESQUISA (ORIENTAÇÃO DE INICIAÇÃO CIENTÍFICA DE PROJETOS VINCULADOS CADASTRADOS NO SISPG/SAPIENS)',
'route' => route('pesquisa_orientacao_index', ['user_pad_id' => $user_pad_id]) 'route' => route('pesquisa_orientacao_index', ['user_pad_id' => $user_pad_id])
], ],
[ [
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<div id="coordenacao_extensao"> <div id="coordenacao_extensao">
<div> <div>
<div class="mb-3"> <div class="mb-3">
<h3 class="h3"> Extensão - Orientação </h3 class="h3"> <h3 class="h3"> Extensão - Colaboração </h3 class="h3">
@include('components.buttons.btn-show-resolucao', [ @include('components.buttons.btn-show-resolucao', [
'content' => 'Resolução', 'content' => 'Resolução',
'btn_class' => 'show_resolucao', 'btn_class' => 'show_resolucao',
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div id="extensao_orientacao"> <div id="extensao_orientacao">
<div> <div>
<div class="mb-3"> <div class="mb-3">
<h3 class="h3"> Extensão - Orientação </h3 class="h3"> <h3 class="h3"> Extensão - Colaboração </h3 class="h3">
</div> </div>
<form action="{{route('extensao_orientacao_update', ['id' => $model->id])}}" method="post" id="extensao_orientacao_update-form" class=""> <form action="{{route('extensao_orientacao_update', ['id' => $model->id])}}" method="post" id="extensao_orientacao_update-form" class="">
@csrf @csrf
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment