Updated tips and donations copy in editor button card (#20662)
REF MOM-313
This commit is contained in:
parent
768ba8c558
commit
14cabf97df
@ -88,7 +88,7 @@ const TipsAndDonations: React.FC<{ keywords: string[] }> = ({keywords}) => {
|
||||
|
||||
const inputFields = (
|
||||
<SettingGroupContent columns={1}>
|
||||
<div className='flex max-w-[220px] items-end gap-[.6rem]'>
|
||||
<div className='flex max-w-[180px] items-end gap-[.6rem]'>
|
||||
<CurrencyField
|
||||
error={!!errors.donationsSuggestedAmount}
|
||||
hint={errors.donationsSuggestedAmount}
|
||||
@ -132,7 +132,7 @@ const TipsAndDonations: React.FC<{ keywords: string[] }> = ({keywords}) => {
|
||||
|
||||
return (
|
||||
<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}
|
||||
keywords={keywords}
|
||||
navid='tips-and-donations'
|
||||
|
@ -320,7 +320,7 @@ export default class KoenigLexicalEditor extends Component {
|
||||
const donationLink = () => {
|
||||
if (this.feature.tipsAndDonations && this.settings.donationsEnabled) {
|
||||
return [{
|
||||
label: 'Tip or donation',
|
||||
label: 'Tips and donations',
|
||||
value: '#/portal/support'
|
||||
}];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user