diff --git a/guacamole/src/main/frontend/src/app/client/services/guacTranslate.js b/guacamole/src/main/frontend/src/app/client/services/guacTranslate.js index f280e81d7..c7fe8e9ff 100644 --- a/guacamole/src/main/frontend/src/app/client/services/guacTranslate.js +++ b/guacamole/src/main/frontend/src/app/client/services/guacTranslate.js @@ -47,7 +47,7 @@ * A promise which resolves with a TranslationResult containing the results from * the translation attempt. */ - function translateWithFallback(translationId, defaultTranslationId) { + var translateWithFallback = function translateWithFallback(translationId, defaultTranslationId) { const deferredTranslation = $q.defer(); // Attempt to translate the requested translation ID