ManualRoomDialog: Change title of the dialog to reduce duplication
"Room ID or Alias" is duplicated twice here, once in the dialog title and a second time as the label for the text field. Let's change it to a more suitable name "Manually Enter a Room".
This commit is contained in:
@@ -22,7 +22,7 @@ Kirigami.Dialog {
|
|||||||
*/
|
*/
|
||||||
signal roomSelected(string roomId, string displayName, url avatarUrl, string alias, string topic, int memberCount, bool isJoined)
|
signal roomSelected(string roomId, string displayName, url avatarUrl, string alias, string topic, int memberCount, bool isJoined)
|
||||||
|
|
||||||
title: i18nc("@title", "Room ID or Alias")
|
title: i18nc("@title", "Manually Enter a Room")
|
||||||
|
|
||||||
width: Math.min(applicationWindow().width, Kirigami.Units.gridUnit * 24)
|
width: Math.min(applicationWindow().width, Kirigami.Units.gridUnit * 24)
|
||||||
leftPadding: 0
|
leftPadding: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user