diff --git a/www/plugins/es/js/controllers/common-controllers.js b/www/plugins/es/js/controllers/common-controllers.js
index 5495570110797667751e4ddb8e6a45461e20fa16..6e87d5ca10f7d8ee0a55bb60890040466ac38b61 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) {