Skip to content

Commit

Permalink
Fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
callemand committed Sep 12, 2023
1 parent 8747dab commit 7127742
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2,304 deletions.
2 changes: 1 addition & 1 deletion front/src/config/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@
},
"nodeRed": {
"title": "Node-RED",
"description": "\"Control your devices with Node-RED.",
"description": "Control your devices with Node-RED.",
"setupTab": "Setup",
"documentation": "Node-RED documentation",

Expand Down
2 changes: 1 addition & 1 deletion server/lib/system/system.getGladysBasePath.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function getGladysBasePath() {
}
}
} catch (e) {
logger.warn(`Node-RED: Error while fetching container mounts: ${e.message}`);
logger.warn(`Error while fetching container mounts: ${e.message}`);
}
return { basePathOnContainer, basePathOnHost: '/var/lib/gladysassistant' };
}
Expand Down
Loading

0 comments on commit 7127742

Please sign in to comment.