gabriel пре 7 година
родитељ
комит
cdf85b9cbd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/FTTHBundle/Controller/ONUController.php

+ 1 - 1
src/FTTHBundle/Controller/ONUController.php

@@ -216,7 +216,7 @@ class ONUController extends Controller
         foreach ($napsQuery as $nap) {
             if ($nap->getExtraData() != null) {
                 $nap->setContainer($this->container);
-                // Seteamos la dirección - dirección o null
+                // Seteamos la dirección - direccion o null
                 $address = $nap->getData('address');
                 $dataNap = [
                     'id' => $nap->getId(),