fix: inject the translator for profile save errors

This commit is contained in:
tdurieux
2026-09-06 10:47:53 +02:00
parent 793e926463
commit 681f72f75c
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"core.min.js": "core.6332b3c288.min.js",
"vendor.min.js": "vendor.57674ce30d.min.js",
"vendor.min.js": "vendor.a26a4223c6.min.js",
"mermaid.min.js": "mermaid.f848a72d16.min.js",
"all.min.css": "all.99ce8f3e14.min.css"
}
+2 -1
View File
@@ -1138,7 +1138,8 @@ angular
.controller("profileController", [
"$scope",
"$http",
function ($scope, $http) {
"$translate",
function ($scope, $http, $translate) {
$scope.terms = "";
$scope.options = {
expirationMode: "remove",
+1 -1
View File
File diff suppressed because one or more lines are too long