From 5b72a413b3d3fe65d49ce54a8b209500bb325b65 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Thu, 19 Dec 2019 15:35:40 -0300 Subject: [PATCH] fix(application): remove not yet ready i19 word --- src/components/js/EcApplication.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 () {