diff --git a/app/views/configurations/show.html.erb b/app/views/configurations/show.html.erb
index 6e016f4..3f4fbf1 100644
--- a/app/views/configurations/show.html.erb
+++ b/app/views/configurations/show.html.erb
@@ -1,7 +1,7 @@
-
Configuração: <%= @configuration.name %>
+Configuration: <%= @configuration.name %>
- - Descrição: <%= @configuration.description %>
+ - Description: <%= @configuration.description %>
-<%= link_to 'Editar', edit_configuration_path(@configuration) %>
\ No newline at end of file
+<%= link_to 'Edit', edit_configuration_path(@configuration) %>
\ No newline at end of file
--
libgit2 0.21.2