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

9 lines
104 B
TypeScript
Raw Normal View History

2021-01-20 00:39:39 +01:00
export default {
heading: {
segments: {
left: 'Federated',
2021-01-26 12:17:25 +01:00
right: 'Local'
2021-01-20 00:39:39 +01:00
}
}
}