mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Adjust welcome message
This commit is contained in:
parent
0261cbb98a
commit
c124fbff3f
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class Service(object):
|
|||
|
||||
dialog(type_="notification",
|
||||
heading="{emby}",
|
||||
message=("%s %s %s!"
|
||||
message=("%s %s %s"
|
||||
% (lang(33000), self.userclient_thread.get_username().decode('utf-8'),
|
||||
add_users.decode('utf-8'))),
|
||||
icon="{emby}",
|
||||
|
|
Loading…
Reference in a new issue