Skip to content

Commit

Permalink
latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ronickg committed Dec 22, 2021
1 parent c78eec8 commit 3a4ac71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ android {
applicationId "com.openchia"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 12
versionName "1.0.8"
versionCode 13
versionName "1.0.9"
missingDimensionStrategy 'react-native-camera', 'general'
}
splits {
Expand Down
4 changes: 2 additions & 2 deletions src/localization/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ export default {
translation: {
languageSelector: 'Seleccione su idioma',
welcome: 'Bienvenido a la pool OpenChia.io de protocolo oficial',
trust: 'Un pool en el que puedes confiar',
trust: 'Una pool en la que puedes confiar',
open: 'Todo nuestro software es de código abierto',
join: 'Únete a nuestra pool',
chat: 'Chatea con nosotros',
fee: 'Cuota del 1%',
minPayout: 'Sin pago mínimo',
instantPayout: 'Pago instantáneo',
transparent: 'Transparente',
feeDesc: 'Baja comisión con opción de recomendados',
feeDesc: 'Comisión baja con opción de recomendados',
minPayoutDesc: '¿Por qué esperar para obtener sus recompensas?',
instantPayoutDesc: 'Obtenga su recompensa lo antes posible',
transparentDesc: 'No tenemos nada que ocultar. Explorador completo y registros en tiempo real',
Expand Down

0 comments on commit 3a4ac71

Please sign in to comment.