Commit 744ddcbc89d0ad023f1e12f6c57af8dbbfa71005
1 parent
73bcccbb
Exists in
colab
and in
4 other branches
Fix typo on repository locale files
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
config/locales/views/repository/en.yml
... | ... | @@ -27,7 +27,7 @@ en: |
27 | 27 | repository: |
28 | 28 | no_metric_results: "Repository process returned with error. There are no tree metric results." |
29 | 29 | no_hotspot_metric_results: "Repository process returned with error. There are no hotspot metric results." |
30 | - no_modeule_tree: "Repository process returned with error. There is no module tree." | |
30 | + no_module_tree: "Repository process returned with error. There is no module tree." | |
31 | 31 | unstarted_processing: "This Repository has no processings yet. Please, wait an instant as we start it." |
32 | 32 | repository: |
33 | 33 | show: | ... | ... |
config/locales/views/repository/pt.yml
... | ... | @@ -27,7 +27,7 @@ pt: |
27 | 27 | repository: |
28 | 28 | no_metric_results: "O processamento do Repósitório retornou um erro. Não há Resultados de Métrica." |
29 | 29 | no_hotspot_metric_results: "O processamento do Repósitório retornou um erro. Não há Resultados de Métricas de Hotspot." |
30 | - no_modeule_tree: "Repository process returned with error. Não há uma Árvore de Módulos." | |
30 | + no_module_tree: "Repository process returned with error. Não há uma Árvore de Módulos." | |
31 | 31 | unstarted_processing: "Este Repositório ainda não tem Processamentos. Por favor, aguarde um instante enquanto o iniciamos." |
32 | 32 | repository: |
33 | 33 | show: | ... | ... |