repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git]
/
packages
/
components
/
containers
/
members
/
constants.tsx
blob
409190931b48de75661f0cac9fcd76650434b664
1
import { c } from 'ttag';
2
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
};