Skip to content

Commit

Permalink
fix(application): remove not yet ready i19 word
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Dec 19, 2019
1 parent 95297bd commit 5b72a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/js/EcApplication.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
i19yes,
i19no,
i19areYouWantToDeleteAppMsg,
i19appAlreadyInstalledMsg,
// i19appAlreadyInstalledMsg,
i19back,
i19unavailable,
i19paid,
Expand Down Expand Up @@ -215,7 +215,7 @@ export default {
},

i19appAlreadyInstalledMsg () {
return i18n(i19appAlreadyInstalledMsg)
return 'Aplicativo já instalado, deseja continuar?'
},

i19saved () {
Expand Down

0 comments on commit 5b72a41

Please # to comment.