Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
SystemKeeper committed Oct 13, 2023
1 parent a8c1a73 commit a2478f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NextcloudTalk/CallViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ - (void)invalidateDetailedViewTimer

- (void)presentJoinError:(NSString *)alertMessage
{
NSString *alertTitle = [NSString stringWithFormat:NSLocalizedString(@"Could not join %@ call", nil), _room.displayName];
NSString *alertTitle = [NSString stringWithFormat:NSLocalizedString(@"Could test not join %@ call", nil), _room.displayName];
if (_room.type == kNCRoomTypeOneToOne) {
alertTitle = [NSString stringWithFormat:NSLocalizedString(@"Could not join call with %@", nil), _room.displayName];
}
Expand Down

0 comments on commit a2478f3

Please sign in to comment.