tooot/src/i18n/en/screens/meSwitch.ts

8 lines
134 B
TypeScript
Raw Normal View History

2021-01-20 00:39:39 +01:00
export default {
heading: 'Switch account',
content: {
existing: 'Choose from logged in',
new: 'Log in to instance'
}
}