summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-05-23 21:45:32 +0200
committerRaindropsSys <contact@minteck.org>2023-05-23 21:45:32 +0200
commit2575c227f03fa73c57f84b478468acba665bbf2a (patch)
tree812e64cd258bcb219d22117c38ed7da3c9596edb
parente1745b20f663de215c9c7e2e15532da0d04d9d1a (diff)
downloaddelta-2575c227f03fa73c57f84b478468acba665bbf2a.tar.gz
delta-2575c227f03fa73c57f84b478468acba665bbf2a.tar.bz2
delta-2575c227f03fa73c57f84b478468acba665bbf2a.zip
Updated 2 files (automated)
-rw-r--r--_upload/new.php2
-rw-r--r--lang/en.json4
2 files changed, 5 insertions, 1 deletions
diff --git a/_upload/new.php b/_upload/new.php
index 98241e7..18e6167 100644
--- a/_upload/new.php
+++ b/_upload/new.php
@@ -174,7 +174,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/navigation.php"; global $pal
</div>
<div style="display: flex; align-items: center;">
<div>
- <input type="hidden" name="list[${currentFileIndex}]" value="" id="list-group-item-${currentFileIndex}-uuid">
+ <input type="hidden" name="list[${currentFileIndex}]" value="${id}" id="list-group-item-${currentFileIndex}-uuid">
<p>
<b>${id}.webp</b><br>
<span id="list-group-item-${currentFileIndex}-status"><?= l("lang_newgallery_complete") ?></span>
diff --git a/lang/en.json b/lang/en.json
index 478f141..b3e863f 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -1139,5 +1139,9 @@
},
"notice": "Do you want to publish these images to be reviewed by the administrators? Make sure these are the right images before you send them, as you cannot change them afterwards.",
"summary": "Optionally describe these images and why they should be added to the album:"
+ },
+ "experimental": {
+ "title": "You are using an experimental version of Delta.",
+ "message": "Expect to encounter bugs and other major issues. In all cases, you can %1contact technical support%2 to report them."
}
} \ No newline at end of file