Skip to content

Commit

Permalink
Fix typo in stamping toaster notification
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Sep 11, 2024
1 parent 65a4c2c commit c28cef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/QFieldCamera.qml
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ Popup {

onClicked: {
cameraSettings.stamping = !cameraSettings.stamping;
displayToast(cameraSettings.stamping ? qsTr("Details stamping enabled") : qsTr("Details tamping disabled"));
displayToast(cameraSettings.stamping ? qsTr("Details stamping enabled") : qsTr("Details stamping disabled"));
}
}

Expand Down

1 comment on commit c28cef7

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.