Skip to content

Commit 0b827b8

Browse files
committed
Oups, fixes donationdescr
1 parent d8ca4ee commit 0b827b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CAPIT/CAPITPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Rappen.XTB.CAT
2424
ExportMetadata("SecondaryFontColor", "#0000FF")]
2525
public class CAPITPlugin : PluginBase, IPayPalPlugin
2626
{
27-
public string DonationDescription => $"Donate to the creator of Custom Action Tester for XrmToolBox";
27+
public string DonationDescription => $"Donate to the creator of Custom API Tester for XrmToolBox";
2828

2929
public string EmailAccount => "[email protected]";
3030

CAT/CATPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace Rappen.XTB.CAT
2323
ExportMetadata("SecondaryFontColor", "#0000FF")]
2424
public class CATPlugin : PluginBase, IPayPalPlugin
2525
{
26-
public string DonationDescription => $"Donate to the creator of Custom API Tester for XrmToolBox";
26+
public string DonationDescription => $"Donate to the creator of Custom Action Tester for XrmToolBox";
2727

2828
public string EmailAccount => "[email protected]";
2929

0 commit comments

Comments
 (0)