fix: corrige acentuacao em mensagens do usuario
All checks were successful
All checks were successful
- versao -> versão - nao -> não - Atualizacao -> Atualização 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
3e63589055
commit
cfb72358bc
3 changed files with 16 additions and 4 deletions
|
|
@ -72,7 +72,19 @@
|
|||
"Bash(docker stop:*)",
|
||||
"Bash(docker rm:*)",
|
||||
"Bash(git commit -m \"$(cat <<''EOF''\nfeat(checklist): exibe descricao do template e do item no ticket\n\n- Adiciona campo templateDescription ao schema do checklist\n- Copia descricao do template ao aplicar checklist no ticket\n- Exibe ambas descricoes na visualizacao do ticket (template em italico)\n- Adiciona documentacao de desenvolvimento local (docs/LOCAL-DEV.md)\n- Corrige prisma-client.mjs para usar PostgreSQL em vez de SQLite\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\nEOF\n)\")",
|
||||
"Bash(timeout 90 git push:*)"
|
||||
"Bash(timeout 90 git push:*)",
|
||||
"Bash(docker ps:*)",
|
||||
"Bash(docker start:*)",
|
||||
"Bash(docker inspect:*)",
|
||||
"Bash(docker exec:*)",
|
||||
"Bash(timeout 90 git push)",
|
||||
"Bash(bun test:*)",
|
||||
"Bash(git restore:*)",
|
||||
"Bash(cd:*)",
|
||||
"Bash(dir \"D:\\Projetos IA\\sistema-de-chamados\\src\\components\\ui\" /b)",
|
||||
"Bash(timeout 120 bun:*)",
|
||||
"Bash(bun run tauri:build:*)",
|
||||
"Bash(git remote:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ export function DeviceSoftwareList({ machineId }: DeviceSoftwareListProps) {
|
|||
<div className="relative">
|
||||
<Search className="absolute left-3 top-1/2 size-4 -translate-y-1/2 text-neutral-400" />
|
||||
<Input
|
||||
placeholder="Buscar por nome, versao ou fabricante..."
|
||||
placeholder="Buscar por nome, versão ou fabricante..."
|
||||
value={search}
|
||||
onChange={(e) => handleSearch(e.target.value)}
|
||||
className="pl-9"
|
||||
|
|
@ -101,7 +101,7 @@ export function DeviceSoftwareList({ machineId }: DeviceSoftwareListProps) {
|
|||
<p className="mt-1 text-xs text-neutral-500">
|
||||
{search
|
||||
? `Nenhum resultado para "${search}".`
|
||||
: "O agente ainda nao enviou dados de softwares instalados."}
|
||||
: "O agente ainda não enviou dados de softwares instalados."}
|
||||
</p>
|
||||
</div>
|
||||
) : (
|
||||
|
|
|
|||
|
|
@ -468,7 +468,7 @@ export function EmailActionConfig({ action, onChange, onRemove, agents }: EmailA
|
|||
value={action.subject}
|
||||
onChange={(e) => handleChange("subject", e.target.value)}
|
||||
onFocus={() => setActiveField("subject")}
|
||||
placeholder="Ex.: Atualizacao do chamado #{{ticket.reference}}"
|
||||
placeholder="Ex.: Atualização do chamado #{{ticket.reference}}"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue