Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Carbis committed Oct 20, 2015
1 parent 1d11e74 commit 62455c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/class-connector-jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function get_label() {
public function get_action_labels() {
return array(
'activated' => esc_html_x( 'Activated', 'jetpack', 'stream' ),
'deactivated' => esc_html_x( 'Dectivated', 'jetpack', 'stream' ),
'deactivated' => esc_html_x( 'Deactivated', 'jetpack', 'stream' ),
'register' => esc_html_x( 'Connected', 'jetpack', 'stream' ),
'disconnect' => esc_html_x( 'Disconnected', 'jetpack', 'stream' ),
'authorize' => esc_html_x( 'Link', 'jetpack', 'stream' ),
Expand Down

0 comments on commit 62455c5

Please sign in to comment.