Skip to content

Commit

Permalink
'currently' is unnecessary in this context
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed May 14, 2019
1 parent 434480b commit 237405d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/class-wp-saml-auth-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public static function render_page_content() {
<p>
<?php
// translators: Link to the plugin settings page.
echo sprintf( __( 'Settings are currently defined with a filter and unavailable for editing through the backend. <a href="%s">Visit the plugin page</a> for more information.', 'wp-saml-auth' ), 'https://wordpress.org/plugins/wp-saml-auth/' );
echo sprintf( __( 'Settings are defined with a filter and unavailable for editing through the backend. <a href="%s">Visit the plugin page</a> for more information.', 'wp-saml-auth' ), 'https://wordpress.org/plugins/wp-saml-auth/' );
?>
</p>
<?php else : ?>
Expand Down

0 comments on commit 237405d

Please sign in to comment.