Skip to content

Commit

Permalink
Capitalize!
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Nov 2, 2023
1 parent 181dcc2 commit a457d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/MessageLog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Page {
Label {
id: applicationLogLabel
width: mainWindow.width - 60 < applicationLogLabelMetrics.width ? mainWindow.width - 60 : applicationLogLabelMetrics.width
text: qsTr("this will send a log of your current session to the development team. You only need to do this when you are asked for it.")
text: qsTr("This will send a log of your current session to the development team. You only need to do this when you are asked for it.")
wrapMode: Text.WordWrap
font: Theme.defaultFont
color: Theme.mainTextColor
Expand Down

0 comments on commit a457d0d

Please sign in to comment.