diff --git a/fastlane/metadata/android/en-US/changelogs/22.txt b/fastlane/metadata/android/en-US/changelogs/22.txt
index 99990a4..ab16b27 100644
--- a/fastlane/metadata/android/en-US/changelogs/22.txt
+++ b/fastlane/metadata/android/en-US/changelogs/22.txt
@@ -1,5 +1,5 @@
IMPORTANT:
-Version 1.2.3 changed the way the file copy works to use a 1 kb buffer and accidentally introduced a bug in doing so: the app would save files adding zeroes at the end to make the file size be a multiple of 1kb.
-If the files you are saving don't absolutely need to match 1-to-1 the original, you should be fine, otherwise the added zeroes mean the new file isn't a exact copy and could cause issues (for example, diverging checksums).
+Starting with v1.2.3, a 1 kb buffer is used for the file copy, but that accidentally introduced a bug: zeroes would be added at the end of the saved file so its size becomes a multiple of 1 kb.
+If the files you are saving don't absolutely need to match 1-to-1 the original, you should be fine, otherwise the added zeroes could cause issues (for example, diverging checksums).
-Version 1.3.1 focus on fixing that bug. Sorry for any inconveniences!
\ No newline at end of file
+Version 1.3.1 fixes that bug. Sorry for any inconveniences!
\ No newline at end of file
diff --git a/fastlane/metadata/android/pt-BR/changelogs/22.txt b/fastlane/metadata/android/pt-BR/changelogs/22.txt
index 96b22e6..d36f1ba 100644
--- a/fastlane/metadata/android/pt-BR/changelogs/22.txt
+++ b/fastlane/metadata/android/pt-BR/changelogs/22.txt
@@ -1,5 +1,5 @@
IMPORTANTE:
-A version 1.2.3 mudou a forma como a cópia de arquivo fucniona para usar um buffer de 1 kb e acidentalmente introduziu um bug no processo: o app salvaria arquivos adicionando zeros no final de forma a fazer o tamanho do arquivo ser um múltiplo de 1kb.
-Se os arquivos que você salvou não precisam ser uma cópia idêntica ao original, não há com o que se preocupar, do contrário os zeros adicionados significam que o arquivo não é uma cópia exata e pode causar problemas (por exemplo, as hashes divergirem).
+Na versão 1.2.3 a cópia de arquivo passou a usar um buffer de 1 kb e acidentalmente introduziu um bug: zeros seriam adicionados no final do arquivo salvo para tornar o tamanho um múltiplo de 1 kb.
+Se os arquivos que você salvou não precisam ser uma cópia idêntica ao original, não há com o que se preocupar, do contrário esses zeros podem causar problemas (por exemplo, hashes divergirem).
-A versão 1.3.1 foca em resolver esse bug. Sinto muito por qualquer inconveniência!
\ No newline at end of file
+A versão 1.3.1 resolve esse bug. Sinto muito por qualquer inconveniência!
\ No newline at end of file