diff --git a/web/app.py b/web/app.py index 91f9ab6..7b93d90 100644 --- a/web/app.py +++ b/web/app.py @@ -860,7 +860,7 @@ def create_app(): else: content = '''

Use this page to sync changes from RadioID.net with this system (such as a new DMR ID, name change, etc.).

-

Updating your information from RadioID.net will overwrite any custom authentication passphrases, your city, and name in the database. Are you sure you want to continue?

+

Update your information from RadioID.net to change your city, name, or add any additional DMR IDs.

 

Yes, update my information.

@@ -2020,7 +2020,7 @@ def create_app():  ''' + i.bridge_name + '''  ''' + str(i.tg) + ''' - ''' + str(re.sub('<[^>]*>|\s\s+\s\s', '', i.description))[:50] + '''... + ''' + str(re.sub('<[^>]*>|\s\s+', ' ', i.description))[:50] + '''... ''' content = content + ''' @@ -5350,7 +5350,7 @@ def create_app(): ''' + str(i.bridge_name) + ''' ''' + str(i.public_list) + ''' -''' + str(re.sub('<[^>]*>|\s\s+\s\s', '', i.description))[:50] + '''... +''' + str(re.sub('<[^>]*>|\s\s+', ' ', i.description))[:50] + '''... ''' + str(i.tg) + '''