MCPcopy Index your code
hub / github.com/gitpoint/git-point / updateText

Function updateText

src/auth/screens/user-options.screen.js:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57})``;
58
59const updateText = locale => ({
60 check: t('Check for update', locale),
61 checking: t('Checking for update...', locale),
62 updated: t('App is up to date', locale),
63 available: t('Update is available!', locale),
64 notApplicable: t('Not applicable in debug mode', locale),
65});
66
67class UserOptions extends Component {
68 props: {

Callers 3

constructorMethod · 0.85
UserOptionsClass · 0.85

Calls 1

tFunction · 0.90

Tested by

no test coverage detected