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 {
2021-03-22 00:04:47 +01:00
heading: 'Switch Account',
2021-01-20 00:39:39 +01:00
content: {
existing: 'Choose from logged in',
new: 'Log in to instance'
}
}