Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const PanelSwitchBehaviourInfoModal: FC<PanelSwitchBehaviourInfoModalProps> = ({
>
<div className="p-6 pr-12">
<h2 id={titleId} className="text-xl font-semibold text-white mb-3">
Panel Switch Behaviour
Claim Behaviour on Panel Switch
</h2>
<p className="text-gray-300 text-sm mb-6 leading-relaxed">
When a staff member moves a claimed ticket to another panel, these options control what
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/manage/GuildSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ const PanelSwitchSelect: FC<{ value: number; onChange: (v: number) => void }> =
return (
<div className="flex flex-col">
<div className="mb-1 flex items-center gap-1.5">
<span className="text-white">Panel Switch Behaviour</span>
<span className="text-white">Claim Behaviour on Panel Switch</span>
<Button
variant="ghost"
size="icon"
className="text-gray-400 hover:text-gray-200"
aria-label="Learn more about Panel Switch Behaviour"
aria-label="Learn more about Claim Behaviour on Panel Switch"
onClick={() => setInfoOpen(true)}
>
<FontAwesomeIcon icon={faInfoCircle} className="w-4 h-4" aria-hidden="true" />
Expand Down
Loading