chore(deps): update pre-commit hook pre-commit/mirrors-prettier to v3 (stable) (#2614)
* chore(deps): update pre-commit hook pre-commit/mirrors-prettier to v3 * style: format code using prettier v3.0.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
parent
74737cf3c4
commit
8c5512cd73
35 changed files with 374 additions and 374 deletions
|
@ -48,10 +48,10 @@ $(document).ready(function () {
|
|||
if (uploadProgress) {
|
||||
return sprintf(
|
||||
$.i18n._(
|
||||
"You are currently uploading files. %sGoing to another screen will cancel the upload process. %sAre you sure you want to leave the page?"
|
||||
"You are currently uploading files. %sGoing to another screen will cancel the upload process. %sAre you sure you want to leave the page?",
|
||||
),
|
||||
"\n",
|
||||
"\n"
|
||||
"\n",
|
||||
);
|
||||
}
|
||||
});
|
||||
|
@ -104,8 +104,8 @@ $(document).ready(function () {
|
|||
error: function () {
|
||||
alert(
|
||||
$.i18n._(
|
||||
"Error: The file could not be deleted. Please try again later."
|
||||
)
|
||||
"Error: The file could not be deleted. Please try again later.",
|
||||
),
|
||||
);
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue