Skip to content

Commit 297eee6

Browse files
committed
Fixes fatal error on translator
1 parent 23b9d2a commit 297eee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/js-templates/spa-components.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@
829829
<?php
830830
// translators: 1: Opening strong tag. 2: closing strong tag
831831
printf(
832-
esc_html__( 'Export your form entries/submissions as a %1$sCSV%2$S file.', 'weforms' ),
832+
esc_html__( 'Export your form entries/submissions as a %1$sCSV%2$s file.', 'weforms' ),
833833
'<strong>',
834834
'</strong>'
835835
);
@@ -864,7 +864,7 @@
864864
<p><?php
865865
// translators: 1: Opening strong tag. 2: closing strong tag.
866866
printf(
867-
esc_html__( 'Press %1$s Import button, we will do the rest for you.', 'weforms' ),
867+
esc_html__( 'Press %1$sImport%2$s button, we will do the rest for you.', 'weforms' ),
868868
'<strong>',
869869
'</strong>'
870870
);

0 commit comments

Comments
 (0)