mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-17 10:01:44 +00:00
fix(@chat): remove channel hash placeholder
This commit is contained in:
parent
12d99f7c96
commit
ef36853690
@ -110,7 +110,7 @@ StatusModal {
|
||||
id: nameInput
|
||||
label: qsTr("Channel name")
|
||||
charLimit: popup.maxChannelNameLength
|
||||
input.placeholderText: qsTr("# Name the channel")
|
||||
input.placeholderText: qsTr("Name the channel")
|
||||
input.onTextChanged: {
|
||||
input.text = Utils.convertSpacesToDashesAndUpperToLowerCase(input.text);
|
||||
input.cursorPosition = input.text.length
|
||||
|
Loading…
x
Reference in New Issue
Block a user