Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1824 from robertmclaws/master
Browse files Browse the repository at this point in the history
Login and banning text clarifications.
  • Loading branch information
ST-Apps authored Nov 11, 2016
2 parents 651328b + ee44669 commit a22177e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion PokemonGo-UWP/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,8 @@ public override async Task OnStartAsync(StartKind startKind, IActivatedEventArgs
}
else if (latestUpdateInfo.Status == UpdateManager.UpdateStatus.NextVersionNotReady)
{
var dialog = new MessageDialog("Please wait on next update", "This version is obsolete");
var dialog = new MessageDialog("We've temporarily disabled the app to protect your account. An update will be ready soon. " +
"Please DO NOT open an issue on GitHub. Thank you for your patience.");
dialog.Commands.Add(new UICommand("OK"));
dialog.DefaultCommandIndex = 0;
dialog.CancelCommandIndex = 1;
Expand Down
2 changes: 1 addition & 1 deletion PokemonGo-UWP/Strings/en-US/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<value>LOGIN with PTC Account</value>
</data>
<data name="LoginDisclaimerTextBox.Text" xml:space="preserve">
<value>To login, enter your Username/Email and Password above. If you don't trust this app, please close it now. Niantic may ban you for using this app. Use at your own risk.</value>
<value>WARNING: Niantic may ban you for using this app. Use at your own risk. If you don't trust this app, please close it now.</value>
</data>
<data name="NearbyPokemonTextBlock.Text" xml:space="preserve">
<value>nearby</value>
Expand Down

0 comments on commit a22177e

Please sign in to comment.