fix(@chat): remove channel hash placeholder

This commit is contained in:
Anthony Laibe 2022-05-13 09:34:26 +02:00 committed by Anthony Laibe
parent 12d99f7c96
commit ef36853690

View File

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