Updated tips and donations copy in editor button card (#20662)

REF MOM-313
This commit is contained in:
Sanne de Vries 2024-07-29 09:25:09 +02:00 committed by GitHub
parent 768ba8c558
commit 14cabf97df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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'
}];
}