Skip to content

Commit

Permalink
we only store the username/modhash
Browse files Browse the repository at this point in the history
  • Loading branch information
ssutch committed Feb 23, 2012
1 parent 75debe0 commit c9ea459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readdit/Classes/RDLoginController.m
Expand Up @@ -139,7 +139,7 @@ - (void) hudWasHidden
-(NSString *) tableView:(UITableView *)tableView titleForFooterInSection:(NSInteger)section
{
if(section == 0)
return @"Your credentials are ONLY shared with Reddit.com. We do not store these anywhere other than on your device.";
return @"Your credentials are ONLY shared with Reddit.com. We do not store your password anywhere.";
else
return @"";
}
Expand Down

0 comments on commit c9ea459

Please sign in to comment.