You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
311 B

import { defineMessages } from 'react-intl'
export default defineMessages({
online: 'Online',
offline: 'Offline',
pending: 'Pending',
private: 'Private',
manual_button: 'Connect Manually',
manual_description:
"Hm, looks like we can't see that node from here, wanna try to manually connect?"
})