Browse Source

Add the console client in the list of supported XMPP clients type

pull/863/head
Timothée Jaussoin 6 years ago
parent
commit
6f3f73a92a
  1. 1
      app/helpers/UtilsHelper.php
  2. 1
      locales/locales.ini

1
app/helpers/UtilsHelper.php

@ -51,6 +51,7 @@ function getClientTypes()
{
return [
'bot' => __('client.bot'),
'console' => __('client.console'),
'pc' => __('client.desktop'),
'phone' => __('client.phone'),
'handheld' => __('client.phone'),

1
locales/locales.ini

@ -96,6 +96,7 @@ sunday = Sunday
[client]
bot = Bot
console = Console
desktop = Desktop
phone = Phone
web = Web

Loading…
Cancel
Save