Skip to content

Commit f55fdac

Browse files
change message
1 parent 6755417 commit f55fdac

File tree

2 files changed

+173
-151
lines changed

2 files changed

+173
-151
lines changed

classes/Visualizer/Module/Frontend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ public function renderChart( $atts ) {
334334
'map_api_key' => get_option( 'visualizer-map-api-key' ),
335335
'rest_url' => version_compare( $wp_version, '4.7.0', '>=' ) ? rest_url( 'visualizer/v' . VISUALIZER_REST_VERSION . '/action/#id#/#type#/' ) : '',
336336
'i10n' => array(
337-
'copied' => __( 'Copied!', 'visualizer' ),
337+
'copied' => __( 'The data has been copied to your clipboard. Hit Ctrl-V in your spreadsheet editor to paste the data.', 'visualizer' ),
338338
),
339339
'page_type' => 'frontend',
340340
'is_front' => true,

0 commit comments

Comments
 (0)