Skip to content

Commit a5a7a3f

Browse files
committed
fix: include no admision right
1 parent 3978c42 commit a5a7a3f

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

public/i18n/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@
131131
"uncomfortable": "Behavior that makes others uncomfortable, intimidated, or at risk",
132132
"propertyDamage": "Damage to facilities or third-party property",
133133
"invasivePromotion": "Invasive promotion or disruptive behavior",
134-
"note": "Harassment also includes interactions outside the event when directed at community members, speakers, organizers, or attendees."
134+
"note": "Harassment also includes interactions outside the event when directed at community members, speakers, organizers, or attendees.",
135+
"admissionRights": "Web Dev Talks reserves the right of admission and may prohibit entry or permanence at any event to any person, at any time, without prior justification."
135136
},
136137
"scope": {
137138
"title": "5. Scope outside the event",

public/i18n/es.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@
140140
"uncomfortable": "Comportamiento que incomode, intimide o ponga en riesgo a otras personas",
141141
"propertyDamage": "Daño a instalaciones o propiedad de terceros",
142142
"invasivePromotion": "Promoción invasiva o comportamiento disruptivo",
143-
"note": "El acoso incluye también interacciones fuera del evento cuando estén dirigidas a miembros de la comunidad, speakers, organizadores o asistentes."
143+
"note": "El acoso incluye también interacciones fuera del evento cuando estén dirigidas a miembros de la comunidad, speakers, organizadores o asistentes.",
144+
"admissionRights": "Web Dev Talks se reserva el derecho de admisión y puede prohibir la entrada o permanencia en cualquier evento a cualquier persona, en cualquier momento, sin necesidad de justificación previa."
144145
},
145146
"scope": {
146147
"title": "5. Alcance fuera del evento",

src/CodeOfConduct.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,9 @@ function CodeOfConduct() {
505505
<Typography sx={{ textAlign: 'justify', mt: 2 }}>
506506
{t("codeOfConduct.unacceptable.note")}
507507
</Typography>
508+
<Typography sx={{ textAlign: 'justify', mt: 2, fontWeight: 'bold', color: 'error.main' }}>
509+
{t("codeOfConduct.unacceptable.admissionRights")}
510+
</Typography>
508511
</Box>
509512

510513
<Divider sx={{ width: '100%', my: 3 }} />

0 commit comments

Comments
 (0)