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.`;
8 export const getReactivationText = () => {
10 .t`To create non-private user accounts and access their accounts, you'll need to restore your administrator privileges.`;