You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2019. It is now read-only.
When the default server is created, the name for the server is saved using the translation of serverConnectModal.defaultServerName.
In the Page Nav menu, the name is loaded and displayed. In the Connect Modal, the name of the default server uses serverConnectModal.defaultServerName instead of the saved name.
This can result in a disparity if the translated value of serverConnectModal.defaultServerName changes after the default server was created. When this happens, the old saved value for the name of the default server is shown in the page navigation menu, but the current translated value is shown in the page connect modal, and the name is not the same.
Reproducible: Always
Steps to reproduce:
Open Page Navigation menu
Open Connect Modal
Observed Behavior: if the translation of serverConnectModal.defaultServerName has changed since the default server was created, the name of the default server in the navigation menu and the connect modal are different.
Expected Behavior: the names should be the same.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Brief Description:
When the default server is created, the name for the server is saved using the translation of serverConnectModal.defaultServerName.
In the Page Nav menu, the name is loaded and displayed. In the Connect Modal, the name of the default server uses serverConnectModal.defaultServerName instead of the saved name.
This can result in a disparity if the translated value of serverConnectModal.defaultServerName changes after the default server was created. When this happens, the old saved value for the name of the default server is shown in the page navigation menu, but the current translated value is shown in the page connect modal, and the name is not the same.
Reproducible: Always
Steps to reproduce:
Observed Behavior: if the translation of serverConnectModal.defaultServerName has changed since the default server was created, the name of the default server in the navigation menu and the connect modal are different.
Expected Behavior: the names should be the same.
The text was updated successfully, but these errors were encountered: