diff --git a/.phpcs.xml.dist b/.phpcs.xml.dist
index 8de6d4a9595503b458ecd7205f444cb81119b859..71371e19a619a8045ada8b535d8bf2493169ce70 100644
--- a/.phpcs.xml.dist
+++ b/.phpcs.xml.dist
@@ -39,7 +39,7 @@
 	<rule ref="WordPress.WP.I18n">
 		<properties>
 			<!-- Value: replace the text domain used. -->
-			<property name="text_domain" type="array" value="taxonomy_list_widget"/>
+			<property name="text_domain" type="array" value="tag-list-widget"/>
 		</properties>
 	</rule>
 	<rule ref="WordPress.WhiteSpace.ControlStructureSpacing">