Merge pull request #296 from quuu/category_name_fix

This commit is contained in:
Paul Makles 2021-10-31 17:54:06 +00:00 committed by GitHub
commit 3b843dbfad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}