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

8 lines
134 B
TypeScript

export default {
heading: 'Switch account',
content: {
existing: 'Choose from logged in',
new: 'Log in to instance'
}
}