diff options
| -rw-r--r-- | uploader/templates/index.html | 4 | ||||
| -rw-r--r-- | uploader/templates/publications/index.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/uploader/templates/index.html b/uploader/templates/index.html index 3bd7bb1..b45b61c 100644 --- a/uploader/templates/index.html +++ b/uploader/templates/index.html @@ -106,8 +106,8 @@ id="publications-content" role="tabpanel" aria-labelledby="publications-content-tab"> - <p>View, edit and delete existing publications, and add new - publications by clicking on the button below.</p> + <p>You can view, edit, and delete existing publications, as well as add + new ones, by clicking the button below.</p> <a href="{{url_for('publications.index')}}" title="Manage publications." diff --git a/uploader/templates/publications/index.html b/uploader/templates/publications/index.html index 54d3fc0..72954a7 100644 --- a/uploader/templates/publications/index.html +++ b/uploader/templates/publications/index.html @@ -17,7 +17,7 @@ </div> <div class="row"> - <p>Click on title to view more details and to edit details for that + <p>Click on the title to view more details or to edit the information for that publication.</p> </div> |
