1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Handle error messages

This commit is contained in:
gion 2020-04-22 22:48:26 +02:00
parent 71f72f836c
commit a2ba96ab82
3 changed files with 26 additions and 5 deletions

View file

@ -57,7 +57,7 @@ function showNewJoinGroupSelection (button, user, apiClient) {
icon: "group",
id: group.GroupId,
selected: false,
secondaryText: group.Partecipants.join(", ")
secondaryText: group.Participants.join(", ")
};
});
@ -74,7 +74,7 @@ function showNewJoinGroupSelection (button, user, apiClient) {
if (menuItems.length === 0) {
if (inSession && policy.SyncplayAccess === "JoinGroups") {
toast({
text: globalize.translate('MessageSyncplayPermissionRequired')
text: globalize.translate('MessageSyncplayCreateGroupDenied')
});
} else {
toast({