disappearing interface after link safe

This commit is contained in:
2026-08-26 16:30:25 +02:00
parent 01a4ed42bd
commit 94997752b6
11 changed files with 74 additions and 7 deletions
+14 -1
View File
@@ -123,7 +123,12 @@
"message": "Submission failed"
},
"linkSaved": {
"message": "Link saved successfully"
"message": "Link saved to $URL$.",
"placeholders": {
"url": {
"content": "$1"
}
}
},
"linkAlreadyExists": {
"message": "This link already exists. Comment and tags were updated, and publishing was retriggered."
@@ -131,6 +136,14 @@
"duplicateLinkWarning": {
"message": "This link already exists. Comment and tags can be updated, and by submitting publishing will be retriggered."
},
"publishingErrors": {
"message": "Publishing errors: $ERRORS$",
"placeholders": {
"errors": {
"content": "$1"
}
}
},
"submissionFailedConnection": {
"message": "Submission failed. Check your backend connection."
},