diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/en.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/locales/en.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js index ce08f1f..2d38e4b 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js @@ -20,6 +20,8 @@ export default { 'nav.minimize_tray': 'Minimize to tray', 'tray.show': 'Show MeshBay', 'tray.quit': 'Quit', + 'tray.start_node': 'Start the node', + 'tray.stop_node': 'Stop the node', // Sidebar 'sidebar.my_groups': 'My Groups', |