Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Iseard
Kudos-Donations
Commits
90b7fcc8
Commit
90b7fcc8
authored
Oct 10, 2021
by
Michael Iseard
Browse files
Translate strings
parent
ecba815a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/admin/Settings/Components/IntroGuide.jsx
View file @
90b7fcc8
...
...
@@ -102,19 +102,19 @@ const IntroGuide = ({settings, updateSetting, isAPISaving, updateAll, handleInpu
<
div
className
=
{
"
kd-flex kd-flex-row kd-justify-center kd-mb-3 kd-items-center
"
}
>
<
Dashicon
className
=
{
"
kd-w-auto kd-h-auto kd-text-4xl kd-text-green-500
"
}
icon
=
"yes"
/>
<
h2
className
=
{
"
kd-m-0 kd-text-green-500
"
}
>
Connected
{
isRecurringEnabled
?
'
(
recurring enabled
)
'
:
'
(recurring not available)
'
}
</
h2
>
<
h2
className
=
{
"
kd-m-0 kd-text-green-500
"
}
>
{
__
(
'
Connected
'
)
}
(
{
isRecurringEnabled
?
__
(
'
recurring enabled
'
,
'
kudos-donations
'
)
:
__
(
'
recurring not available
'
,
'
kudos-donations
'
)
}
)
</
h2
>
</
div
>
{
isRecurringEnabled
?
<
strong
>
Congratulations, your account is configured to allow recurring payments.
<
ExternalLink
<
strong
>
{
__
(
'
Congratulations, your account is configured to allow recurring payments.
'
,
'
kudos-donations
'
)
}
<
ExternalLink
href
=
{
"
https://help.mollie.com/hc/articles/214558045
"
}
>
Learn more
{
__
(
'
Learn more
'
,
'
kudos-donations
'
)
}
</
ExternalLink
></
strong
>
:
<
strong
>
You can still use Kudos, however you will not be able to use subscription
payments.
<
ExternalLink
<
strong
>
{
__
(
'
You can still use Kudos, however you will not be able to use subscription
payments.
'
,
'
kudos-donations
'
)
}
<
ExternalLink
href
=
{
"
https://help.mollie.com/hc/articles/214558045
"
}
>
Learn more
{
__
(
'
Learn more
'
,
'
kudos-donations
'
)
}
</
ExternalLink
></
strong
>
}
</
div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment