diff --git a/includes/class-indieauth-admin.php b/includes/class-indieauth-admin.php
index 36e31bb..8228235 100644
--- a/includes/class-indieauth-admin.php
+++ b/includes/class-indieauth-admin.php
@@ -213,7 +213,7 @@ public function general_settings() {
} else {
$path = 'options-general.php?page=indieauth';
}
- printf( __( 'Based on your feedback and to improve the user experience, we decided to move the settings to a separate settings-page.', 'indieauth' ), $path ); // phpcs:ignore
+ printf( __( 'Based on your feedback and to improve the user experience, we decided to move the settings to a separate settings-page.', 'indieauth' ), $path ); // phpcs:ignore
}
/**