VoiceOver: RoomVC: Fix some missing accessibility labels for buttons

#2722
This commit is contained in:
manuroe
2019-09-18 12:47:12 +02:00
parent bed6834941
commit a1b47f3436
6 changed files with 47 additions and 1 deletions

View File

@@ -40,7 +40,7 @@
mxSession = theMXSession;
roomId = theRoomId;
_alertController = [UIAlertController alertControllerWithTitle:@"Matrix Apps"
_alertController = [UIAlertController alertControllerWithTitle:NSLocalizedStringFromTable(@"widget_picker_title", @"Vector", nil)
message:nil
preferredStyle:UIAlertControllerStyleAlert];
}