From f30aa4f722fc709ccba6321e10d9c08ea3074012 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Thu, 5 Aug 2021 10:23:06 -0700 Subject: [PATCH] fix TG description, update wording for ID sync --- web/app.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) + '''