Updated spanish routes to english

This commit is contained in:
Jose Selesan
2026-09-25 10:10:28 -03:00
parent 94c353f4f2
commit e736ed3547
6 changed files with 44 additions and 44 deletions

View File

@@ -7,7 +7,7 @@ export function AttendeeDetailModal() {
const { selectedAttendee, setSelectedAttendee, requestRemoveAttendee, copyAbsenceNotifyUrl } =
useGroupDetail()
const absenceNotifyUrl = selectedAttendee?.notifyToken
? `${window.location.origin}/avisar-ausencia/${selectedAttendee.notifyToken}`
? `${window.location.origin}/report-absence/${selectedAttendee.notifyToken}`
: null
return (

View File

@@ -20,7 +20,7 @@ export function SettingsView() {
</div>
<div className="divide-y divide-border rounded-xl border border-border bg-surface">
<Link to="/seguridad" className="flex items-center gap-3 px-4 py-3 hover:bg-primary-soft">
<Link to="/security" className="flex items-center gap-3 px-4 py-3 hover:bg-primary-soft">
<span className="rounded-lg bg-accent-soft p-2">
<Fingerprint className="size-4 text-accent-fg" />
</span>