fix(channels): correct delete action label in EditChannelModal
This commit is contained in:
parent
2e170b9d36
commit
b40d305835
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ export function EditChannelModal({
|
||||||
disabled={isLoading}
|
disabled={isLoading}
|
||||||
icon={Trash2}
|
icon={Trash2}
|
||||||
>
|
>
|
||||||
Delete Server
|
Delete Channel
|
||||||
</ActionButton>
|
</ActionButton>
|
||||||
|
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue