mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update text
This commit is contained in:
parent
598ac483e0
commit
56f6598039
92 changed files with 120 additions and 123 deletions
|
@ -10,11 +10,11 @@
|
|||
|
||||
if (result.UserLinkResult) {
|
||||
|
||||
var msgKey = result.UserLinkResult.IsPending ? 'MessagePendingMediaBrowserAccountAdded' : 'MessageMediaBrowserAccountAdded';
|
||||
var msgKey = result.UserLinkResult.IsPending ? 'MessagePendingEmbyAccountAdded' : 'MessageEmbyAccountAdded';
|
||||
|
||||
Dashboard.alert({
|
||||
message: Globalize.translate(msgKey),
|
||||
title: Globalize.translate('HeaderMediaBrowserAccountAdded'),
|
||||
title: Globalize.translate('HeaderEmbyAccountAdded'),
|
||||
|
||||
callback: function () {
|
||||
Dashboard.navigate('wizardlibrary.html');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue