Skip to content

Commit d51bf96

Browse files
link to doc
1 parent 69ff7f5 commit d51bf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Render/Sidebar/Google.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ protected function _renderRoleField( $index ) {
105105
'style' => esc_html__( 'Style', 'visualizer' ),
106106
'tooltip' => esc_html__( 'Tooltip', 'visualizer' ),
107107
),
108-
sprintf( esc_html__( 'Determines whether the series has to be used for a special role as mentioned in %1$shere%2$s.', 'visualizer' ), '<a href="https://developers.google.com/chart/interactive/docs/roles#what-roles-are-available" target="_blank">', '</a>' )
108+
sprintf( esc_html__( 'Determines whether the series has to be used for a special role as mentioned in %1$shere%2$s. You can view a few examples %3$shere%4$s.', 'visualizer' ), '<a href="https://developers.google.com/chart/interactive/docs/roles#what-roles-are-available" target="_blank">', '</a>', '<a href="https://docs.themeisle.com/article/1160-roles-for-series-visualizer" target="_blank">', '</a>' )
109109
);
110110
}
111111
}

0 commit comments

Comments
 (0)