diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3be7f2e9afff6d836990c7ebfefb79131049b85b..625bb94db61e84359321c92f8493db825947352d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [1.3.1] - 2022-07-13
+### Fixed
+- text domain
+
 ## [1.3.0] - 2022-05-22
 ### Changes
 - plugin flow library
diff --git a/composer.json b/composer.json
index 560e21a88c16dac53ea7c9b202d2d18b404caab6..e6e9330dd1cc5298580eb110105512eff6aac36f 100644
--- a/composer.json
+++ b/composer.json
@@ -33,7 +33,7 @@
         "text-domain": "wpdesk-rating-petition",
         "translations-folder": "lang",
         "po-files": {
-            "pl_PL": "wpdesk-rating-petition-pl_PL.po"
+            "pl_PL": "pl_PL.po"
         }
     },
     "scripts": {
diff --git a/lang/wpdesk-rating-petition-pl_PL.po b/lang/pl_PL.po
similarity index 99%
rename from lang/wpdesk-rating-petition-pl_PL.po
rename to lang/pl_PL.po
index d4cb49545aacb77272acebd6cffc480ccfdc045b..913181772c5d6dd74c5ef3ea1209dd7645874fb1 100644
--- a/lang/wpdesk-rating-petition-pl_PL.po
+++ b/lang/pl_PL.po
@@ -1,9 +1,9 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: WP Desk Helper\n"
-"POT-Creation-Date: 2022-02-07 14:26+0100\n"
-"PO-Revision-Date: 2022-02-07 14:26+0100\n"
-"Last-Translator: Krzysztof Dyszczyk <krzysztof.dyszczyk@gmail.com>\n"
+"POT-Creation-Date: 2022-07-13 13:11+0200\n"
+"PO-Revision-Date: 2022-07-13 13:11+0200\n"
+"Last-Translator: Sebastian Pisula <sebastian.pisula@gmail.com>\n"
 "Language-Team: Polish\n"
 "Language: pl_PL\n"
 "MIME-Version: 1.0\n"
@@ -11,7 +11,7 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Poedit 3.0.1\n"
+"X-Generator: Poedit 3.1.1\n"
 "X-Poedit-SourceCharset: UTF-8\n"
 "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
 "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
diff --git a/src/views/html-text-petition.php b/src/views/html-text-petition.php
index 663ebb4f8a2283efc9f1aeda98b2fcb198e04d9f..c176d09e33835ab5d1f7e28669242ab27bac6239 100644
--- a/src/views/html-text-petition.php
+++ b/src/views/html-text-petition.php
@@ -8,7 +8,7 @@
 ?><div class="wpdesk-rating-petition" style="text-align: <?php echo esc_attr( $text_align ); ?>;">
 	<?php echo wp_kses_post(
         sprintf(
-            __( 'Created with %1$s by %2$s - If you like %3$s you can %4$srate us %5$s in plugins repository &rarr;%6$s', 'wp-wpdesk-rating-petition' ),
+            __( 'Created with %1$s by %2$s - If you like %3$s you can %4$srate us %5$s in plugins repository &rarr;%6$s', 'wpdesk-rating-petition' ),
             '<span class="heart">&hearts;</span>',
             $plugin_author,
             '<span class="plugin-title">' . $plugin_title . '</span>',