@@ -85,11 +85,11 @@
</tr>
<tr>
<td>Price per Hour</td>
- <td>{{number_format($server->product->getHourlyPrice(),2,".")}} Credits</td>
+ <td>{{number_format($server->product->getHourlyPrice(),2,".")}} {{CREDITS_DISPLAY_NAME}}</td>
<td>Price per Month</td>
- <td>{{$server->product->getHourlyPrice()*24*30}} Credits</td>
+ <td>{{$server->product->getHourlyPrice()*24*30}} {{CREDITS_DISPLAY_NAME}}</td>
</table>
</div>