Skip to content

Commit 3622ceb

Browse files
update message
1 parent 7bd3925 commit 3622ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Module/Frontend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ public function renderChart( $atts ) {
375375
'map_api_key' => get_option( 'visualizer-map-api-key' ),
376376
'rest_url' => version_compare( $wp_version, '4.7.0', '>=' ) ? rest_url( 'visualizer/v' . VISUALIZER_REST_VERSION . '/action/#id#/#type#/' ) : '',
377377
'i10n' => array(
378-
'copied' => __( 'The data has been copied to your clipboard. Hit Ctrl-V in your spreadsheet editor to paste the data.', 'visualizer' ),
378+
'copied' => __( 'The data has been copied to your clipboard. Hit Ctrl-V/Cmd-V in your spreadsheet editor to paste the data.', 'visualizer' ),
379379
),
380380
'page_type' => 'frontend',
381381
'is_front' => true,

0 commit comments

Comments
 (0)