From b754cbd0977c4cb4e10e21cc2f1ef654afeea76f Mon Sep 17 00:00:00 2001 From: Gil Eluard Date: Mon, 11 Jan 2021 09:57:27 +0100 Subject: [PATCH] Update Riot/Modules/BugReport/BugReportViewController.m Co-authored-by: manuroe --- Riot/Modules/BugReport/BugReportViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Riot/Modules/BugReport/BugReportViewController.m b/Riot/Modules/BugReport/BugReportViewController.m index f2d002365..6feaf2444 100644 --- a/Riot/Modules/BugReport/BugReportViewController.m +++ b/Riot/Modules/BugReport/BugReportViewController.m @@ -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: