Skip to content

Commit

Permalink
last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed May 6, 2024
1 parent 4eb43f4 commit ec5025f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/qml/form/editors/MMFormPhotoEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ MMFormPhotoViewer {

title: _fieldShouldShowTitle ? _fieldTitle : ""

warningMsg: photoState === "notAvailable" ? qsTr( "Photo is missing" ): _fieldWarningMessage
warningMsg: photoState === "notAvailable" ? qsTr( "Photo is missing" ) : _fieldWarningMessage
errorMsg: _fieldErrorMessage

readOnly: _fieldIsReadOnly
Expand Down

0 comments on commit ec5025f

Please sign in to comment.