We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346a9c4 commit 461b242Copy full SHA for 461b242
include/functions.php
@@ -850,7 +850,7 @@ function intropage_reload_panel() {
850
}
851
} else {
852
print '<div class="panel_header color_grey">';
853
- print '<div class="panel_name">' . $name . '</div>';
+ print '<div class="panel_name">' . __('Panel not found') . '</div>';
854
855
printf("<div class='panel_actions'></div>");
856
print '</div>'; // end of header
0 commit comments