diff --git a/client/src/locale/angular.pt-BR.xlf b/client/src/locale/angular.pt-BR.xlf
index 1620ef6d2..f5594b392 100644
--- a/client/src/locale/angular.pt-BR.xlf
+++ b/client/src/locale/angular.pt-BR.xlf
@@ -2721,7 +2721,7 @@
{VAR_SELECT, select, undefined {Unsubscribe} other {Unsubscribe from all channels} }
- {VAR_SELECT, select, undefined {Desinscrever} outro {Desinscrever de todos os canais} }
+ {VAR_SELECT, select, undefined {Desinscrever} other {Desinscrever de todos os canais} }
src/app/shared/user-subscription/subscribe-button.component.html
31
@@ -3810,7 +3810,7 @@
{VAR_PLURAL, plural, =1 {result} other {results} }
- {VAR_PLURAL, plural, =1 {result} outro {results} }
+ {VAR_PLURAL, plural, =1 {result} other {results} }
src/app/search/search.component.html5
src/app/+admin/plugins/plugin-search/plugin-search.component.html23