Skip to content

Commit

Permalink
fix(app): generify update robot message (#13236)
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin authored Aug 4, 2023
1 parent a43a58a commit 0ad7167
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function InstallModalContents(
title = `Robot ${
robotSystemType === 'balena' ? 'system ' : ''
} update in progress…`
restartMessage = 'Your OT-2 will restart once the update is complete.'
restartMessage = 'Your robot will restart once the update is complete.'
}

if (
Expand Down

0 comments on commit 0ad7167

Please sign in to comment.