Skip to content

Commit

Permalink
Add translator comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Aug 29, 2023
1 parent db710f4 commit 452c236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wp-to-twitter-oauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ function wtt_connect_oauth( $auth = false ) {

$bt_form = sprintf( $bt_form, '' ) . '<input type="hidden" name="oauth_settings" value="wtt_oauth_test" class="hidden" />';
if ( ! $auth ) {
// Translators: Name of the current site.
$submit = '<input type="submit" name="submit" class="button-primary" value="' . __( 'Add your Bearer Token', 'wp-to-twitter' ) . '" /> <button type="submit" name="oauth_settings" value="wtt_twitter_disconnect" class="button-secondary">' . sprintf( __( 'Disconnect %s from X.com', 'wp-to-twitter' ), $site ) . '</button>';
}
} else {
Expand Down

0 comments on commit 452c236

Please sign in to comment.