diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2014-07-15 12:12:47 -0400 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2014-07-15 12:12:47 -0400 |
| commit | 271261a0938dacde4b220e936828abe1fcf5cfca (patch) | |
| tree | 71bb6d8123ca04ae7fb9017e272eda0ddee7f9d6 | |
| parent | f86c2ef34fd357172fd774dbb396baf1212b2d1b (diff) | |
Change recurring payment to every six monts
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/Server/server.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/server.json b/MediaBrowser.Server.Implementations/Localization/Server/server.json index 96b80d143..994bd17a9 100644 --- a/MediaBrowser.Server.Implementations/Localization/Server/server.json +++ b/MediaBrowser.Server.Implementations/Localization/Server/server.json @@ -859,7 +859,7 @@ "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.", "LabelLoginDisclaimer": "Login disclaimer:", "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.", - "LabelAutomaticallyDonate": "Automatically donate this amount each month", + "LabelAutomaticallyDonate": "Automatically donate this amount every six months", "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.", "OptionList": "List", "TabDashboard": "Dashboard", |
