Skip to content

Commit

Permalink
Update Avalara CTA copy in tax task (#37224)
Browse files Browse the repository at this point in the history
* Change CTA to Download

* Add changelog
  • Loading branch information
moon0326 committed Mar 15, 2023
1 parent 98dcb9b commit 16c7c58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const Card: React.FC< TaxChildProps > = ( { task } ) => {
actionText={
avalaraActivated
? __( 'Continue setup', 'woocommerce' )
: __( 'Enable & set up', 'woocommerce' )
: __( 'Download', 'woocommerce' )
}
onClick={ () => {
recordEvent( 'tasklist_tax_select_option', {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: tweak

Change Avalara CTA copy in tax task to Download

0 comments on commit 16c7c58

Please sign in to comment.