Commit 744ddcbc89d0ad023f1e12f6c57af8dbbfa71005

Authored by Heitor
1 parent 73bcccbb

Fix typo on repository locale files

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:
... ...