diff --git a/src/components/js/EcApplication.js b/src/components/js/EcApplication.js index 927c9d6..5b16c3f 100644 --- a/src/components/js/EcApplication.js +++ b/src/components/js/EcApplication.js @@ -18,7 +18,7 @@ import { i19yes, i19no, i19areYouWantToDeleteAppMsg, - i19appAlreadyInstalledMsg, + // i19appAlreadyInstalledMsg, i19back, i19unavailable, i19paid, @@ -215,7 +215,7 @@ export default { }, i19appAlreadyInstalledMsg () { - return i18n(i19appAlreadyInstalledMsg) + return 'Aplicativo já instalado, deseja continuar?' }, i19saved () {