Update Riot/Modules/BugReport/BugReportViewController.m

Co-authored-by: manuroe <manuroe@users.noreply.github.com>
This commit is contained in:
Gil Eluard
2021-01-11 09:57:27 +01:00
committed by GitHub
parent 1e15cfa347
commit ee5f95992a

View File

@@ -401,7 +401,7 @@
break;
case MXBugReportStateProgressUploading:
self->_sendingLabel.text = NSLocalizedStringFromTable(@"bug_report_progress_uploading", @"Vector", nil);
self.sendingLabel.text = NSLocalizedStringFromTable(@"bug_report_progress_uploading", @"Vector", nil);
break;
default: