Improve wording
This commit is contained in:
parent
8af2d647df
commit
4052417b6b
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue