]> git.ipfire.org Git - ipfire.org.git/commitdiff
voip/registrations: added "Unknown", if transport is unknown
authorRico Hoppe <rico.hoppe@ipfire.org>
Wed, 11 Oct 2023 14:54:29 +0000 (14:54 +0000)
committerRico Hoppe <rico.hoppe@ipfire.org>
Wed, 11 Oct 2023 14:54:29 +0000 (14:54 +0000)
src/templates/voip/modules/registrations.html

index f025229c6fc156f1441a4f55c2e1b074f4a4c0c9..771c4468387b54e6ba207789175c107ac2c3ffd2 100644 (file)
@@ -25,7 +25,7 @@
 
                                {# Transport #}
                                <td class="has-text-centered">
-                                       {{ r.transport }}
+                                       {{ r.transport or _("Unknown") }}
                                </td>
 
                                {# Address #}