Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
justinshannon committed Feb 3, 2022
1 parent a1e8d22 commit a2765ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Resources/Views/MainWindow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ Window {
function onReplayModeDetected() {
if(networkConnected) {
networkManager.disconnectFromNetwork()
appendMessage("You have been disconnected from the network becasue Replay Mode is enabled.", colorRed)
appendMessage("You have been disconnected from the network because Replay Mode is enabled.", colorRed)
if(AppConfig.AlertDisconnect) {
mainWindow.alert(0)
errorSound.play()
Expand Down

0 comments on commit a2765ed

Please sign in to comment.