mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-25 15:12:08 -05:00
Merge pull request #296 from quuu/category_name_fix
This commit is contained in:
commit
3b843dbfad
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ export const SpecialPromptModal = observer((props: SpecialProps) => {
|
|||
content={
|
||||
<>
|
||||
<Overline block type="subtle">
|
||||
<Text id="app.main.servers.channel_name" />
|
||||
<Text id="app.main.servers.category_name" />
|
||||
</Overline>
|
||||
<InputBox
|
||||
value={name}
|
||||
|
|
Loading…
Reference in a new issue