Skip to content

Commit

Permalink
Update src/components/SidePanel/StartStop.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Grzegorz Ferenc <41291385+greg-fer@users.noreply.github.com>
  • Loading branch information
kylebonnici and greg-fer authored Apr 12, 2024
1 parent abc8d9d commit d94fca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SidePanel/StartStop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default () => {
if (mode === 'DataLogger') {
if (!fs.existsSync(sessionFolder)) {
logger.error(
`Temp Disk root folder '${sessionFolder}' does not exists. Change the root directory from the 'Temp Disk' settings in the side panel`
`Temp Disk root folder '${sessionFolder}' does not exists. Change the root directory in the Temp Disk settings on the side panel.`
);
setShowDialog(false);
return;
Expand Down

0 comments on commit d94fca7

Please sign in to comment.