Skip to content

Commit d8f349f

Browse files
author
Antti Kuosmanen
committed
Add missing translation for "All Forms"
1 parent 62f7c6f commit d8f349f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/class-cpt-wplf-submission.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function form_filter_dropdown() {
118118
?>
119119
<label for="filter-by-form" class="screen-reader-text">Filter by form</label>
120120
<select name="form" id="filter-by-form">
121-
<option value="0"><?php _e('All Forms'); ?></option>
121+
<option value="0"><?php _e('All Forms', 'wp-libre-form'); ?></option>
122122
<?php foreach( $forms as $form ) : ?>
123123
<option value="<?php echo $form->ID; ?>" <?php echo isset( $_REQUEST['form'] ) && $_REQUEST['form'] == $form->ID ? 'selected' : ''; ?>><?php echo $form->post_title; ?></option>
124124
<?php endforeach; ?>

0 commit comments

Comments
 (0)