mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 22:40:29 +03:00
update address input description
This commit is contained in:
parent
ae5ebb5af5
commit
b14c5290e0
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ export function CreateRoomAliasInput({ disabled }: { disabled?: boolean }) {
|
||||||
<Box shrink="No" direction="Column" gap="100">
|
<Box shrink="No" direction="Column" gap="100">
|
||||||
<Text size="L400">Address (Optional)</Text>
|
<Text size="L400">Address (Optional)</Text>
|
||||||
<Text size="T200" priority="300">
|
<Text size="T200" priority="300">
|
||||||
Pick an unique address to make your community discoverable to public.
|
Pick an unique address to make it discoverable.
|
||||||
</Text>
|
</Text>
|
||||||
<Input
|
<Input
|
||||||
ref={aliasInputRef}
|
ref={aliasInputRef}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue