diff --git a/lang/en/local_hsh.php b/lang/en/local_hsh.php
index 9150ce376ad3ea34dd12d23de6a6b1580953fc81..f394917e7acf237af4b826f2daa34dc7ce84acf4 100644
--- a/lang/en/local_hsh.php
+++ b/lang/en/local_hsh.php
@@ -109,7 +109,7 @@ Request-ID: {$a->id}
 Course fullname: {$a->fullname}
 Course shortname: {$a->shortname}
 Course category: {$a->category}
-Copy course from: {$a->copycourseurl}
+Copy course from: {$a->coursecopyurl}
 Notes: {$a->reason}
 ';
 $string['coursecopyinform'] = 'INFORMATION: If you have requested an import of course data from a previous moodle course, the import will be completed at any moment.';
diff --git a/version.php b/version.php
index 88c2d694466bdd59321df2f60395d7a1973d2839..3348ae203b4bb34473f60d5d6c5340bcae4ce268 100644
--- a/version.php
+++ b/version.php
@@ -17,7 +17,7 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'local_hsh';
-$plugin->version = 2022050501;
+$plugin->version = 2022050502;
 $plugin->release = '3.3 (Build: 2015042300)';
 $plugin->requires = 2014051200;
 $plugin->maturity = MATURITY_STABLE;