Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git] / packages / components / containers / members / constants.tsx
blob409190931b48de75661f0cac9fcd76650434b664
1 import { c } from 'ttag';
3 export const adminTooltipText = () => {
4     return c('Tooltip')
5         .t`Admins can manage user accounts and give admin privileges to other users. Only the primary admin can edit the plan of the organization.`;
6 };