Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git] / packages / components / containers / organization / helper.ts
blobb793b7d3dbd5fa5d34efe219e5d6662a4f0af904
1 import { c } from 'ttag';
3 export const getActivationText = () => {
4     return c('passwordless')
5         .t`To create non-private user accounts and access their accounts, you'll need to activate your organization key.`;
6 };
8 export const getReactivationText = () => {
9     return c('Error')
10         .t`To create non-private user accounts and access their accounts, you'll need to restore your administrator privileges.`;