Skip to content

Commit

Permalink
Merge pull request #4671 from nextcloud/enh/noid/use-em-dash
Browse files Browse the repository at this point in the history
use an en-dash for the userstatus panel
  • Loading branch information
szaimen authored Jun 30, 2022
2 parents 277aefc + d81d3b1 commit 5546523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/UserStatusSelector.qml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ ColumnLayout {
internalSpacing: Style.standardSpacing + fieldButton.padding + userStatusMessageTextField.padding

emoji: userStatusSelectorModel.predefinedStatus(index).icon
text: "<b>" + userStatusSelectorModel.predefinedStatus(index).message + "</b> - " + userStatusSelectorModel.predefinedStatusClearAt(index)
text: "<b>" + userStatusSelectorModel.predefinedStatus(index).message + "</b> " + userStatusSelectorModel.predefinedStatusClearAt(index)
onClicked: userStatusSelectorModel.setPredefinedStatus(index)
}
}
Expand Down

0 comments on commit 5546523

Please sign in to comment.