Updated localizations. Added edit button to TOTP view

This commit is contained in:
Michael Starke
2020-12-18 13:43:14 +01:00
parent a58766146f
commit d466c6d026
5 changed files with 27 additions and 13 deletions

View File

@@ -52,7 +52,6 @@
self.toptValueTextField.stringValue = self.generator.string;
NSString *template = NSLocalizedString(@"TOTP_REMAINING_TIME_%ld_SECONDS", @"Time in seconds remaining for a valid TOTP string, format should be %ld");
template = @"%ld s";
self.remainingTimeButton.title = [NSString stringWithFormat:template, (NSUInteger)self.generator.remainingTime];
[self performSelector:@selector(_updateDisplay) withObject:nil afterDelay:0.5];