From 4a882f37394ccff471fec56ce66c9a0775edd06a Mon Sep 17 00:00:00 2001 From: DAnn2012 Date: Mon, 23 Sep 2024 22:23:09 +0200 Subject: [PATCH] Update index.js --- src/components/variation-picker/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/variation-picker/index.js b/src/components/variation-picker/index.js index 945d1d77a..7c3daf801 100644 --- a/src/components/variation-picker/index.js +++ b/src/components/variation-picker/index.js @@ -18,7 +18,7 @@ const VariationPicker = props => { const { icon = layout, label = __( 'Choose variation' ), // Dev note: no text domain here since this will use WP's translation. - instructions = __( 'Select a variation to start with.' ), // Dev note: no text domain here since this will use WP's translation. + instructions = __( 'Select a variation to start with.', i18n ), variations, onSelect, allowSkip,