Skip to content

Commit

Permalink
Merge pull request #332 from jmlich/typo
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
piggz authored Jan 14, 2024
2 parents 1462454 + bd5d007 commit 8ebf0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/src/devices/abstractdevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ QString AbstractDevice::information(Info i) const
void AbstractDevice::applyDeviceSetting(Settings s)
{
Q_UNUSED(s);
emit message(tr("Device doen not support settings"));
emit message(tr("Device does not support settings"));
}

void AbstractDevice::rebootWatch()
Expand Down

0 comments on commit 8ebf0fc

Please sign in to comment.