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
/
shared
/
lib
/
apps
/
text.ts
blob
f9e13fd82d4ec9412b09e07a2500377a4456858b
1
import { c } from 'ttag';
2
3
export const getWelcomeToText = (appName: string) => {
4
return c('Onboarding').t`Welcome to ${appName}`;
5
};