forked from organicmaps/organicmaps
[ios] Updated last_update string to placeholder format.
This commit is contained in:
parent
8f4ebc57eb
commit
ca6744133e
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ using namespace osm_auth_ios;
|
|||
dateStyle:NSDateFormatterShortStyle
|
||||
timeStyle:NSDateFormatterShortStyle];
|
||||
self.lastUpdateLabel.text =
|
||||
[NSString stringWithFormat:@"%@ %@", L(@"last_update"), lastUploadDate];
|
||||
[NSString stringWithFormat:L(@"last_update"), lastUploadDate.UTF8String];
|
||||
}
|
||||
|
||||
#pragma mark - ActionSheet
|
||||
|
|
Loading…
Add table
Reference in a new issue