Merge branch 'ent-8016-resources-resource-registration-public-resource-library-y-url-error' into 'develop'

fixed minnor error with resource library url

See merge request artica/pandorafms!4428
This commit is contained in:
Daniel Rodriguez 2021-10-01 12:29:49 +00:00
commit 2c7799d022
1 changed files with 1 additions and 1 deletions

View File

@ -1094,7 +1094,7 @@ function resource_registration_extension_main()
}
echo '<div class=notify>';
echo __('This extension makes registering resource templates easier.').' '.__('Here you can upload a resource template in .ptr format.').' '.__('Please refer to our documentation for more information on how to obtain and use %s resources.', get_product_name()).' '.'<br> <br>'.__("You can get more resurces in our <a href='http://pandorafms.com/Library/Library/'>Public Resource Library</a>");
echo __('This extension makes registering resource templates easier.').' '.__('Here you can upload a resource template in .ptr format.').' '.__('Please refer to our documentation for more information on how to obtain and use %s resources.', get_product_name()).' '.'<br> <br>'.__('You can get more resurces in our <a href="http://pandorafms.com/Library/Library/">Public Resource Library</a>');
echo '</div>';
echo '<br /><br />';