mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-25 23:22:06 -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={
|
content={
|
||||||
<>
|
<>
|
||||||
<Overline block type="subtle">
|
<Overline block type="subtle">
|
||||||
<Text id="app.main.servers.channel_name" />
|
<Text id="app.main.servers.category_name" />
|
||||||
</Overline>
|
</Overline>
|
||||||
<InputBox
|
<InputBox
|
||||||
value={name}
|
value={name}
|
||||||
|
|
Loading…
Reference in a new issue