Improve wording

This commit is contained in:
grandeljay 2022-09-27 11:17:57 +02:00
parent 8af2d647df
commit 4052417b6b

View file

@ -260,9 +260,9 @@ $page->navigation();
<p>
<?=
sprintf(
/** TRANSLATORS: %s: source code is publicly viewable */
__('Trust is a two way street and wishthis aims to be a transparent, trustworthy product, which is why the wishthis %s.'),
'<a href="https://github.com/grandeljay/wishthis" target="_blank">' . __('source code is publicly viewable') . '</a>'
/** TRANSLATORS: %s: source code */
__('Trust is a two way street and wishthis aims to be a transparent, trustworthy product, which is why the wishthis %s is publicly viewable.'),
'<a href="https://github.com/grandeljay/wishthis" target="_blank">' . __('source code') . '</a>'
)
?>
</p>