diff --git a/apps/fg_http/lib/fg_http_web/views/device_view.ex b/apps/fg_http/lib/fg_http_web/views/device_view.ex index 135f88fe1..b298b1c2a 100644 --- a/apps/fg_http/lib/fg_http_web/views/device_view.ex +++ b/apps/fg_http/lib/fg_http_web/views/device_view.ex @@ -12,6 +12,6 @@ defmodule FgHttpWeb.DeviceView do end defp reverse_concat(word, number) do - "#{number}" <> "#{word}" + "#{number} " <> "#{word}" end end