Skip to content

Commit 1751f24

Browse files
committed
minor version bump, typo fixes
1 parent f7912a4 commit 1751f24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fireshare",
3-
"version": "1.2.18",
3+
"version": "1.2.19",
44
"private": true,
55
"dependencies": {
66
"@emotion/react": "^11.9.0",

app/client/src/components/admin/UploadCard.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const UploadCard = ({ authenticated, feedView = false, publicUpload = false, fet
4646
}
4747
handleAlert({
4848
type: 'success',
49-
message: 'Your upload will be in a few seconds.',
49+
message: 'Your upload will be available in a few seconds.',
5050
autohideDuration: 3500,
5151
open: true,
5252
onClose: () => fetchVideos(),

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- ADMIN_PASSWORD=admin
1515
- SECRET_KEY=replace_this_with_some_random_string
1616
- MINUTES_BETWEEN_VIDEO_SCANS=5
17-
# The location video thumbnails are generated. A value between 0-100 where 50 would be the frame in the middle of the video file and 0 would be the first frame of the video.
17+
# The location in the video thumbnails are generated. A value between 0-100 where 50 would be the frame in the middle of the video file and 0 would be the first frame of the video.
1818
- THUMBNAIL_VIDEO_LOCATION=0
1919
# The domain your instance is hosted at. (do not add http or https) e.x: v.fireshare.net, this is required for opengraph to work correctly for shared links.
2020
- DOMAIN=""

0 commit comments

Comments
 (0)