Skip to content

Commit 57b7b25

Browse files
author
Chris Gårdenberg
committed
fix: Fixed translation for Export-button in Bookings
1 parent 68ec05e commit 57b7b25

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

PLUGIN-CHECKSUM

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fe1119036f85537468d1df2b659513a2
1+
b287e82c7eda502258151d2cc7846207

content/template/myPagesTemplate/bookings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<h2 class="header-with-button">
1313
<?php echo esc_html_x( 'Reservations', 'frontend', 'eduadmin-booking' ); ?>
1414
<button class="cta-btn" onclick="eduGlobalMethods.GetBookingExport(-1);">
15-
<?php echo esc_html( 'Export to Excel (All)', 'frontend', 'eduadmin-booking' ); ?>
15+
<?php echo esc_html_x( 'Export to Excel (All)', 'frontend', 'eduadmin-booking' ); ?>
1616
</button>
1717
</h2>
1818
<?php
@@ -131,7 +131,7 @@
131131
</table>
132132
<button class="cta-btn export-button"
133133
onclick="eduGlobalMethods.GetBookingExport(<?php echo esc_js( $book['BookingId'] ); ?>);">
134-
<?php echo esc_html( 'Export to Excel', 'frontend', 'eduadmin-booking' ); ?>
134+
<?php echo esc_html_x( 'Export to Excel', 'frontend', 'eduadmin-booking' ); ?>
135135
</button>
136136
</td>
137137
</tr>

0 commit comments

Comments
 (0)