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
|
|
@ -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