Tweak wording on artwork submission page

This commit is contained in:
Alex Cabal 2024-09-12 21:58:44 -05:00
parent a44508907c
commit 545f82a672

View file

@ -147,7 +147,7 @@ catch(Exceptions\InvalidPermissionsException){
<? if($artwork->CanBeEditedBy($GLOBALS['User'])){ ?>
<h2>Edit artwork</h2>
<p>The editor or submitter may edit this artwork before its approved. Once its approved, it can no longer be edited.</p>
<p>An editor or the submitter may edit this artwork before its approved. Once its approved, it can no longer be edited.</p>
<p><a href="<?= $artwork->EditUrl ?>">Edit this artwork.</a></p>
<? } ?>