Skip to content

Commit 4ca1f66

Browse files
authored
Merge pull request #1182 from xwp/bugfix/records-list-table
Record list table "No items" message updated
2 parents 08b1298 + cfc6233 commit 4ca1f66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

classes/class-list-table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function extra_tablenav( $which ) {
9999
public function no_items() {
100100
?>
101101
<div class="stream-list-table-no-items">
102-
<p><?php esc_html_e( 'Sorry, no activity records were found.', 'stream' ); ?></p>
102+
<p><?php esc_html_e( 'No activity records were found.', 'stream' ); ?></p>
103103
</div>
104104
<?php
105105
}

languages/stream-en_US.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ msgid "Records per page"
222222
msgstr ""
223223

224224
#: classes/class-list-table.php:64
225-
msgid "Sorry, no activity records were found."
225+
msgid "No activity records were found."
226226
msgstr ""
227227

228228
#: classes/class-list-table.php:78

0 commit comments

Comments
 (0)