Skip to content

Commit 7cd860f

Browse files
consistent terminology
1 parent db36cde commit 7cd860f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Module/Admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ public function getPluginMetaLinks( $plugin_meta, $plugin_file ) {
808808
// knowledge base link
809809
$plugin_meta[] = sprintf(
810810
'<a href="https://docs.themeisle.com/category/657-visualizer" target="_blank">%s</a>',
811-
esc_html__( 'Knowledge Base', 'visualizer' )
811+
esc_html__( 'Docs', 'visualizer' )
812812
);
813813
// flattr link
814814
$plugin_meta[] = sprintf(

0 commit comments

Comments
 (0)