Skip to content

Commit ae0dc2e

Browse files
committed
Update translation files/javascript/php dependancies. Release 1.2.2
1 parent 715fe92 commit ae0dc2e

File tree

6 files changed

+361
-310
lines changed

6 files changed

+361
-310
lines changed

.gitea/workflows/build_docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} Building Docker Image 🐳
33
on: [push]
44
env:
55
DOCKER_HOST: tcp://127.0.0.1:2375
6-
ASSETS: 2d732e5
6+
ASSETS: 2.2.2
77

88
jobs:
99
test:

app/Http/Requests/EntryAddRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function (string $attribute,mixed $value,\Closure $fail) {
131131
Log::debug(sprintf('%s:Autovalue for Attribute [%s] in Session [%s] Retrieved [%d](%d)',self::LOGKEY,$attr,Session::id(),$cache,$value));
132132

133133
if ($cache !== (int)$value)
134-
$fail(__('Lock expired, please re-submit.'));
134+
$fail(__('Lock expired, please re-submit'));
135135
}
136136
]
137137
])

0 commit comments

Comments
 (0)