diff --git a/src/Admin/Settings.php b/src/Admin/Settings.php
index 92cd59c..255b9f5 100644
--- a/src/Admin/Settings.php
+++ b/src/Admin/Settings.php
@@ -125,7 +125,7 @@ public function register_settings() {
array(
'name' => 'revalidate_tags',
'label' => __( 'Tags to revalidate on Post update', 'on-demand-revalidation' ),
- 'desc' => 'One tag per row.
Available current Post placeholders:
%slug%
%author_nicename%
%author_username%
%category%
%post_tag%
%databaseid%
%id%
%custom_taxonomy%
Note: Replace %custom_taxonomy%
with your custom taxonomy name.',
+ 'desc' => 'One tag per row.
Available current Post placeholders:
%slug%
%author_nicename%
%author_username%
%category%
%post_tag%
%database_id%
%id%
%custom_taxonomy%
Note: Replace %custom_taxonomy%
with your custom taxonomy name.',
'placeholder' => '%databaseid%',
'type' => 'textarea',
),