From dd4f8067c3097110d410c8ce166ef493849145e4 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Fri, 24 Nov 2017 11:56:30 +0100
Subject: [PATCH] [fix] Profile location > missing translation fix #618

---
 www/plugins/es/js/controllers/common-controllers.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/plugins/es/js/controllers/common-controllers.js b/www/plugins/es/js/controllers/common-controllers.js
index 54955701..6e87d5ca 100644
--- a/www/plugins/es/js/controllers/common-controllers.js
+++ b/www/plugins/es/js/controllers/common-controllers.js
@@ -885,7 +885,7 @@ function ESSearchPositionModalController($scope, $q, $translate, esGeo, paramete
 
         // Fallback search
         return $q.all([
-          $translate('PROFILE.MODAL_LOCATION.ALTERNATIVE_RESULT_DIVIDER', {address: fallbackText}),
+          $translate('LOCATION.MODAL.ALTERNATIVE_RESULT_DIVIDER', {address: fallbackText}),
           esGeo.point.searchByAddress(fallbackText)
         ])
           .then(function (res) {
-- 
GitLab