Przeglądaj źródła

display RAM instead of Ram

Anon Dev 4 lat temu
rodzic
commit
9f8ebda113
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      resources/views/servers/index.blade.php

+ 1 - 1
resources/views/servers/index.blade.php

@@ -66,7 +66,7 @@
                                         <td>{{$server->product->cpu}} %</td>
                                     </tr>
                                     <tr>
-                                        <td>Ram</td>
+                                        <td>RAM</td>
                                         <td>{{$server->product->memory}} MB</td>
                                     </tr>
                                     <tr>