Skip to content

Commit

Permalink
Use the correct text domain in the UI
Browse files Browse the repository at this point in the history
This finishes cherry-picking from #2112
  • Loading branch information
mrcasual committed Aug 28, 2024
1 parent 4c750b6 commit 92bd662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/admin-views.js
Original file line number Diff line number Diff line change
Expand Up @@ -1722,6 +1722,7 @@

$.when( vcfg.server_request( 'install_product', {
id: $link.attr( 'data-download-id' ),
text_domain: $link.attr( 'data-template-text-domain' ),
activate: true,
} ) )
.then( on_success )
Expand Down

0 comments on commit 92bd662

Please sign in to comment.