Skip to content

Commit 1750318

Browse files
committed
config: support: change descriptions
1 parent bc8bfee commit 1750318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/zenodo_rdm/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"title": "File modification",
5555
"description": (
5656
'<div class="ui warning visible message">'
57-
'<div class="header">Modify the files yourself</div>'
57+
'<div class="header">You can modify your files</div>'
5858
'<p>Please follow the documentation to <a href="https://help.zenodo.org/docs/deposit/manage-files/#modify">edit your published files</a> first. Requests for records within 30 days of publication will be automatically declined.</p>'
5959
"<p>Note: If over 30 days have passed since publication, please enquire below.</p>"
6060
"</div>"
@@ -73,7 +73,7 @@
7373
"title": "Record deletion",
7474
"description": (
7575
'<div class="ui warning visible message">'
76-
'<div class="header">Delete your record yourself</div>'
76+
'<div class="header">You can delete your record</div>'
7777
'<p>Please follow the documentation on <a href="https://help.zenodo.org/docs/deposit/manage-records/#delete">how to delete records</a> instead of creating a support ticket here.</p>'
7878
"<p>Note: if you are not able to delete the record as you are not the uploader, choose <em>take-down notice</em> instead</p>"
7979
"</div>"

0 commit comments

Comments
 (0)