Skip to content

Commit

Permalink
update ticket modal message
Browse files Browse the repository at this point in the history
  • Loading branch information
SupertigerDev committed Nov 23, 2023
1 parent b6a9ac6 commit 21443e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/profile-pane/ProfilePane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ function CreateTicketModal(props: { close: () => void; ticket?: Ticket }) {
<FlexColumn style={{overflow: 'auto', "max-height": "60vh"}}>
<Notice
style={{ "margin-left": "12px", "margin-right": "12px" }}
description="Creating false tickets may affect your account."
description="Creating multiple false tickets may affect your account."
type="warn"
/>

Expand Down

0 comments on commit 21443e8

Please sign in to comment.