You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/zenodo_rdm/config.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@
54
54
"title": "File modification",
55
55
"description": (
56
56
'<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>'
58
58
'<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>'
59
59
"<p>Note: If over 30 days have passed since publication, please enquire below.</p>"
60
60
"</div>"
@@ -73,7 +73,7 @@
73
73
"title": "Record deletion",
74
74
"description": (
75
75
'<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>'
77
77
'<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>'
78
78
"<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>"
0 commit comments