aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Localization/JavaScript
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-07-02 01:08:05 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-07-02 01:08:05 -0400
commit67ed8070dcb31eb41be47fefa5ee29bd081e6c47 (patch)
treeb970323190e8268fceec24773bf8f54dd562abfd /MediaBrowser.Server.Implementations/Localization/JavaScript
parent91ce8f443713ed8d9c694ef554e183ac954728b2 (diff)
add sharing function
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/JavaScript')
-rw-r--r--MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json b/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json
index 254e3c2f3..b82bd29a7 100644
--- a/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json
+++ b/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json
@@ -813,6 +813,7 @@
"ErrorMessageEmailInUse": "The email address is already in use. Please enter a new email address and try again, or use the forgot password feature.",
"MessageThankYouForConnectSignUp": "Thank you for signing up for Emby Connect. An email will be sent to your address with instructions on how to confirm your new account. Please confirm the account and then return here to sign in.",
"HeaderShare": "Share",
- "ButtonShareHelp": "Only a web page containing media information will be shared. Media files are never shared publicly."
-
+ "ButtonShareHelp": "Share a web page containing media information with social media. Media files are never shared publicly.",
+ "ButtonShare": "Share",
+ "HeaderConfirm": "Confirm"
}