fix disabilita -> disattiva
This commit is contained in:
parent
ac10ee1909
commit
9a015a5100
2 changed files with 3 additions and 3 deletions
|
|
@ -390,7 +390,7 @@ export const FormEditServizio = ({
|
|||
render={({ field }) => (
|
||||
<FormItem className="w-full">
|
||||
<div className="flex flex-wrap items-center gap-x-2">
|
||||
<FormLabel htmlFor="isDisabled">DISABILITATO</FormLabel>
|
||||
<FormLabel htmlFor="isDisabled">DISATTIVATO</FormLabel>
|
||||
<FormControl>
|
||||
<Switch
|
||||
className="data-[state=checked]:bg-neutral-700"
|
||||
|
|
@ -403,7 +403,7 @@ export const FormEditServizio = ({
|
|||
</div>
|
||||
|
||||
<FormDescription>
|
||||
Disabilita il servizio, chiude la posizione senza eliminare.
|
||||
Disattiva il servizio, chiude la posizione senza eliminare.
|
||||
</FormDescription>
|
||||
</FormItem>
|
||||
)}
|
||||
|
|
|
|||
|
|
@ -964,7 +964,7 @@ export const interruzioneServizio = async (
|
|||
},
|
||||
});
|
||||
|
||||
// disabilita coda notifiche: rimuove notifiche future relative a questo servizio
|
||||
// disattiva coda notifiche: rimuove notifiche future relative a questo servizio
|
||||
await disableUserEmailQueue(utente.id);
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue