Skip to content

Commit

Permalink
fix tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
petemchlk committed Oct 30, 2024
1 parent 92c49c3 commit 8484fd2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ page 30156 "Shpfy Companies"
PromotedCategory = Process;
PromotedIsBig = true;
PromotedOnly = true;
ToolTip = 'Add metafields to a product. This can be used for adding custom data fields to products in Shopify.';
ToolTip = 'Add metafields to a company. This can be used for adding custom data fields to companies in Shopify.';

trigger OnAction()
var
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ page 30157 "Shpfy Company Card"
PromotedCategory = Category4;
PromotedIsBig = true;
PromotedOnly = true;
ToolTip = 'Add metafields to a product. This can be used for adding custom data fields to products in Shopify.';
ToolTip = 'Add metafields to a company. This can be used for adding custom data fields to compoanies in Shopify.';

trigger OnAction()
var
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ page 30106 "Shpfy Customer Card"
PromotedCategory = Category4;
PromotedIsBig = true;
PromotedOnly = true;
ToolTip = 'Add metafields to a product. This can be used for adding custom data fields to products in Shopify.';
ToolTip = 'Add metafields to a customer. This can be used for adding custom data fields to customers in Shopify.';

trigger OnAction()
var
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ page 30107 "Shpfy Customers"
PromotedCategory = Process;
PromotedIsBig = true;
PromotedOnly = true;
ToolTip = 'Add metafields to a product. This can be used for adding custom data fields to products in Shopify.';
ToolTip = 'Add metafields to a customer. This can be used for adding custom data fields to customers in Shopify.';

trigger OnAction()
var
Expand Down

0 comments on commit 8484fd2

Please sign in to comment.