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

replace all instanced of emby.media with jellyfin.media

This commit is contained in:
bfayers 2018-12-30 20:48:08 +00:00
parent 9829e51d7d
commit fceeb95e2a
4 changed files with 5 additions and 5 deletions

View file

@ -80,7 +80,7 @@ define(["fetchHelper", "dom", "registrationServices", "loading", "confirm", "glo
})
}, function(response) {
alertText({
text: globalize.translate("MessageSubCancelError", "cancel@emby.media")
text: globalize.translate("MessageSubCancelError", "cancel@jellyfin.media")
})
})
})