mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-18 02:05:36 +00:00
chore: ttag extract
This commit is contained in:
parent
588f779a6e
commit
b983b1a00b
@ -35,7 +35,7 @@ export default function LoginPage() {
|
||||
<Button type='link'
|
||||
block
|
||||
style={{marginTop: '1em'}}
|
||||
onClick={toggleWantRegister}>{wantRegister ? 'Login' : 'Create an account'}</Button>
|
||||
onClick={toggleWantRegister}>{wantRegister ? t`Log in` : t`Create an account`}</Button>
|
||||
}
|
||||
</Card.Grid>
|
||||
<Card.Grid style={gridStyle} hoverable={false}>
|
||||
|
||||
@ -352,6 +352,7 @@ msgstr ""
|
||||
|
||||
#: assets/components/Sider.tsx:120
|
||||
#: assets/pages/LoginPage.tsx:30
|
||||
#: assets/pages/LoginPage.tsx:38
|
||||
msgid "Log in"
|
||||
msgstr ""
|
||||
|
||||
@ -492,6 +493,10 @@ msgstr ""
|
||||
msgid "Sorry, the page you visited does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: assets/pages/LoginPage.tsx:38
|
||||
msgid "Create an account"
|
||||
msgstr ""
|
||||
|
||||
#: assets/utils/providers/index.tsx:11
|
||||
msgid ""
|
||||
"Retrieve a set of tokens from your customer account on the Provider's "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user