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

@@ -16,7 +16,7 @@
RunnerTeamService.runnerTeamControllerRemove(delete_team.id, true)
.then((resp) => {
Toastify({
text: "Team deleted",
text: $_('team-deleted'),
duration: 500,
backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
}).showToast();