SyncServer - fix label from local to active

This commit is contained in:
Petr Kalis 2021-04-07 17:14:53 +02:00
parent 1c4d1f0346
commit 264025554e

View file

@ -1437,7 +1437,7 @@ class SyncRepresentationDetailWidget(QtWidgets.QWidget):
menu.addAction(action)
if float(remote_progress) == 1.0:
action = QtWidgets.QAction("Reset local site")
action = QtWidgets.QAction("Reset active site")
actions_mapping[action] = self._reset_local_site
menu.addAction(action)