Added **all** missing toast translations

ref #133
This commit is contained in:
2021-04-15 15:42:29 +02:00
parent d015f97395
commit de5aa9237d
12 changed files with 45 additions and 19 deletions

View File

@@ -17,7 +17,7 @@
MeService.meControllerRemove(true)
.then((resp) => {
Toastify({
text: "Profile deleted!",
text: $_('profile-deleted'),
duration: 500,
backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
}).showToast();