diff options
| author | Frederick Muriuki Muriithi | 2026-03-17 14:17:21 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-03-17 14:20:33 -0500 |
| commit | f3d583756b6ef74f8431f8f799b90505eaa1ff77 (patch) | |
| tree | 72b0fd2d435fd4130e501fccf581dc67eeb10a33 | |
| parent | 19b6e7fbd221d7106983f486f40ac356688aa944 (diff) | |
| download | gn-uploader-f3d583756b6ef74f8431f8f799b90505eaa1ff77.tar.gz | |
Publication: Update UI Text.
Update the UI text for the Publications page to the text provided by @acenteno.
| -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> |
