mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Updated tips and donations copy in editor button card (#20662)
REF MOM-313
This commit is contained in:
parent
768ba8c558
commit
14cabf97df
2 changed files with 3 additions and 3 deletions
|
@ -88,7 +88,7 @@ const TipsAndDonations: React.FC<{ keywords: string[] }> = ({keywords}) => {
|
||||||
|
|
||||||
const inputFields = (
|
const inputFields = (
|
||||||
<SettingGroupContent columns={1}>
|
<SettingGroupContent columns={1}>
|
||||||
<div className='flex max-w-[220px] items-end gap-[.6rem]'>
|
<div className='flex max-w-[180px] items-end gap-[.6rem]'>
|
||||||
<CurrencyField
|
<CurrencyField
|
||||||
error={!!errors.donationsSuggestedAmount}
|
error={!!errors.donationsSuggestedAmount}
|
||||||
hint={errors.donationsSuggestedAmount}
|
hint={errors.donationsSuggestedAmount}
|
||||||
|
@ -132,7 +132,7 @@ const TipsAndDonations: React.FC<{ keywords: string[] }> = ({keywords}) => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<TopLevelGroup
|
<TopLevelGroup
|
||||||
description="Give your audience a one-time way to support your work, no membership required."
|
description="Give your audience a simple way to support your work with one-time payments."
|
||||||
isEditing={isEditing}
|
isEditing={isEditing}
|
||||||
keywords={keywords}
|
keywords={keywords}
|
||||||
navid='tips-and-donations'
|
navid='tips-and-donations'
|
||||||
|
|
|
@ -320,7 +320,7 @@ export default class KoenigLexicalEditor extends Component {
|
||||||
const donationLink = () => {
|
const donationLink = () => {
|
||||||
if (this.feature.tipsAndDonations && this.settings.donationsEnabled) {
|
if (this.feature.tipsAndDonations && this.settings.donationsEnabled) {
|
||||||
return [{
|
return [{
|
||||||
label: 'Tip or donation',
|
label: 'Tips and donations',
|
||||||
value: '#/portal/support'
|
value: '#/portal/support'
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue