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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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}