mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Renamed Tips & Donations suggestion links (#17618)
refs https://github.com/TryGhost/Product/issues/3665
This commit is contained in:
parent
f386a92f98
commit
9aef028c4c
@ -288,7 +288,7 @@ export default class KoenigLexicalEditor extends Component {
|
||||
if (this.feature.tipsAndDonations) {
|
||||
if (this.settings.donationsEnabled) {
|
||||
return [{
|
||||
label: `Support ${this.settings.title}`,
|
||||
label: 'Tips & donations',
|
||||
value: this.config.getSiteUrl('/#/portal/support')
|
||||
}];
|
||||
}
|
||||
|
@ -86,7 +86,7 @@ export default class KoenigCardButtonComponent extends Component {
|
||||
if (this.feature.tipsAndDonations) {
|
||||
if (this.settings.donationsEnabled) {
|
||||
urls.push({
|
||||
name: `Support ${this.settings.title}`,
|
||||
name: 'Tips & donations',
|
||||
url: this.config.getSiteUrl('/#/portal/support')
|
||||
});
|
||||
}
|
||||
|
@ -110,7 +110,7 @@ export default class KoenigCardEmailCtaComponent extends Component {
|
||||
if (this.feature.tipsAndDonations) {
|
||||
if (this.settings.donationsEnabled) {
|
||||
urls.push({
|
||||
name: `Support ${this.settings.title}`,
|
||||
name: 'Tips & donations',
|
||||
url: this.config.getSiteUrl('/#/portal/support')
|
||||
});
|
||||
}
|
||||
|
@ -99,7 +99,7 @@ export default class KoenigCardHeaderComponent extends Component {
|
||||
if (this.feature.tipsAndDonations) {
|
||||
if (this.settings.donationsEnabled) {
|
||||
urls.push({
|
||||
name: `Support ${this.settings.title}`,
|
||||
name: 'Tips & donations',
|
||||
url: this.config.getSiteUrl('/#/portal/support')
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user