mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
fix(settings): removed obscure string
This commit is contained in:
parent
b936d4462d
commit
504d882df8
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ export const Overview = observer(({ server }: Props) => {
|
|||
alignItems: "center",
|
||||
}}>
|
||||
<span style={{ flexShrink: "0", flex: `25%` }}>{i18n}</span>
|
||||
<span>Sends a message when someone joins your server</span>
|
||||
<ComboBox
|
||||
value={
|
||||
systemMessages?.[
|
||||
|
|
Loading…
Reference in a new issue