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:19 +01:00
committed by GitHub
parent ccbe6e8854
commit 8bc5c52ada

View File

@@ -397,7 +397,7 @@
switch (state)
{
case MXBugReportStateProgressZipping:
self->_sendingLabel.text = NSLocalizedStringFromTable(@"bug_report_progress_zipping", @"Vector", nil);
self.sendingLabel.text = NSLocalizedStringFromTable(@"bug_report_progress_zipping", @"Vector", nil);
break;
case MXBugReportStateProgressUploading: