2018-10-17 23:37:29 -04:00
< div class = "dialog" >
< div class = "dialog-header" >
2020-10-23 07:30:20 -04:00
< h4 > {{'Telegram chat is already bridged' | translate}}< / h4 >
2018-10-17 23:37:29 -04:00
< / div >
< div class = "dialog-content" >
2020-10-23 07:30:20 -04:00
{{'You have the appropriate permissions to be able to unbridge the chat, however. Would you like to unbridge the other room and instead bridge it here?' | translate}}
2018-10-17 23:37:29 -04:00
< / div >
< div class = "dialog-footer" >
2019-07-11 00:17:16 -04:00
< button type = "button" ( click ) = " unbridgeAndContinue ( ) " title = "unbridge and continue"
class="btn btn-danger btn-sm">
2020-10-23 07:30:20 -04:00
{{'Unbridge and continue' | translate}}
2018-10-17 23:37:29 -04:00
< / button >
< button type = "button" ( click ) = " cancel ( ) " title = "cancel" class = "btn btn-primary btn-sm" >
2020-10-23 07:30:20 -04:00
< i class = "far fa-times-circle" > < / i > {{'No, don\'t bridge' | translate}}
2018-10-17 23:37:29 -04:00
< / button >
< / div >
2020-10-23 07:30:20 -04:00
< / div >