aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-14 15:27:29 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-14 15:27:29 -0400
commit52aad5466a4700a8759d1f4c6e4f2673c12a8f9e (patch)
tree76c190b82484fe4b1577606722553e4b58c39c3e
parent9ad7d5d1a94239395b1a0717a8f5b220111ec886 (diff)
add connect icon
-rw-r--r--MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json b/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json
index 6442c3178..f8bb0f1d5 100644
--- a/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json
+++ b/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json
@@ -455,5 +455,6 @@
"HeaderMediaBrowserAccountAdded": "Media Browser Account Added",
"MessageMediaBrowserAccontAdded": "A Media Browser account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"HeaderMediaBrowserAccountRemoved": "Media Browser Account Removed",
- "MessageMediaBrowserAccontRemoved": "The Media Browser account has been removed from this user."
+ "MessageMediaBrowserAccontRemoved": "The Media Browser account has been removed from this user.",
+ "TooltipLinkedToMediaBrowserConnect": "Linked to Media Browser Connect"
}