Session Warning Label: Renaming the Secure session ended.

As discussed in #287, wording is adapted to reflet consequences for user.

Reviewed-by: @FredericJacobs
pull/1/head
Christine Corbett 10 years ago committed by Frederic Jacobs
parent 34ba5efe11
commit 5d6ac1f8bd

@ -37,7 +37,7 @@
- (NSString *)description{
switch (_messageType) {
case TSInfoMessageTypeSessionDidEnd:
return @"Secure session ended.";
return @"Secure session was reset.";
case TSInfoMessageTypeUnsupportedMessage:
return @"Media messages are currently not supported.";
case TSInfoMessageUserNotRegistered:

Loading…
Cancel
Save