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: TEKDB/TEKDB/static/admin/js/admin_index.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
constimportText=`
2
2
This process will remove all data and files from your current
3
-
database and replace it with data from the provided zip file.
3
+
database and replace it with data from the provided zipfile.
4
4
</br><br>
5
5
This process CANNOT be undone. </br><br>
6
6
It is recommended that you use the 'Export to .zip' button above to export
@@ -14,7 +14,7 @@ const importText = `
14
14
`;
15
15
16
16
constimportInfoText=`The Import Database Tool is designed to support restoring your Traditional Knowledge Database back to a prior state. This is best used in conjunction with the 'Export Database' tool above. </br><br>
17
-
To use the Import Database tool is simple: select a properly formatted zip file to upload and then click 'Import'. All of your data will be reverted back to the state it was when that zipfile was created. </br><br>
17
+
To use the Import Database tool is simple: select a properly formatted zipfile to upload and then click 'Import'. All of your data will be reverted back to the state it was when that zipfile was created. </br><br>
18
18
This is VERY DANGEROUS! For this to work, all of the data currently
19
19
in your database, including your users, your records, and your page
20
20
contents will be removed, and then replaced. Also, any files
0 commit comments