Add translations

This commit is contained in:
imperosol
2024-12-17 13:02:39 +01:00
parent 9cafc163e8
commit 180bae59c8
3 changed files with 43 additions and 30 deletions

View File

@ -43,7 +43,7 @@ document.addEventListener("alpine:init", () => {
openAlertMessage(response: Response) {
if (response.ok) {
this.alertMessage.success = true;
this.alertMessage.content = gettext("Products types successfully reordered");
this.alertMessage.content = gettext("Products types reordered!");
} else {
this.alertMessage.success = false;
this.alertMessage.content = interpolate(