diff --git a/app/views/layouts/application-ng.html.erb b/app/views/layouts/application-ng.html.erb
index 7c01a39..fa21f5d 100644
--- a/app/views/layouts/application-ng.html.erb
+++ b/app/views/layouts/application-ng.html.erb
@@ -85,6 +85,7 @@
+
@@ -102,7 +103,7 @@
highlightBlackoutHelp: "Você pode destacar informações úteis ou ocultar informações sensíveis.",
blackoutButtonLabel: "Ocultar",
highlightButtonLabel: "Destacar",
- messageSuccess: "O seu feedback foi enviado com sucesso!",
+ messageSuccess: "O seu relato foi enviado com sucesso!",
messageError: "Houve um erro ao enviar o feedback...",
pages: [
new window.Feedback.Form([
@@ -117,18 +118,13 @@
type: "starrating",
name: "starrating",
label: "Avalie",
- options: ["1", "2", "3", "4", "5"]
+ options: ["1", "2", "3", "4", "5"],
+ required: true
},
{
type: "textarea",
name: "observacao",
label: "Observação"
- },
- {
- type: "hidden",
- name: "situacao",
- value: "aberto",
- review: false
}
]
),
--
libgit2 0.21.2