diff --git a/ps-grammar/emergencySituation/object.jsgf b/ps-grammar/emergencySituation/object.jsgf
index 86958f14e299f42aac3227f97f6beda9e55c2c2e..1694506690178bc0b2df4ec21a79eb0be9802101 100644
--- a/ps-grammar/emergencySituation/object.jsgf
+++ b/ps-grammar/emergencySituation/object.jsgf
@@ -6,6 +6,6 @@ public <emergencySituation> = <objectPhrase>;
 <objectPhrase> = <water> | <firstaidkit> | <cell phone> | <nothing>;
 
 <water> = water;
-<firstaidkit> = (firstaidkit);
+<firstaidkit> = first aid kit;
 <cell phone> = (cell phone);
 <nothing> = nothing;