[MM-14093] Rename 'team' to 'server' and 'tab' to 'view' in most cases, some additional cleanup (#2711)

* Rename MattermostTeam -> UniqueServer, MattermostTab -> UniqueView

* Rename 'team' to 'server'

* Some further cleanup

* Rename weirdly named function

* Rename 'tab' to 'view' in most instances

* Fix i18n

* PR feedback
This commit is contained in:
Devin Binnie
2023-05-08 09:17:01 -04:00
committed by GitHub
parent 9f75ddcf0f
commit 316beba950
110 changed files with 1698 additions and 1757 deletions

View File

@@ -1,6 +1,6 @@
# Developer guide for using Group Policy Objects (GPO) (Windows 10 Pro)
GPOs are used to pre-configure servers/teams, autoUpdater and server management
GPOs are used to pre-configure servers, autoUpdater and server management
You can read more about GPOs [here](https://learn.microsoft.com/en-us/previous-versions/windows/desktop/policy/group-policy-objects)
@@ -18,7 +18,7 @@ Example:
| Value Name | Value |
|------------|----------------------------------|
| Community | <https://community.mattermost.com> |
8. Now if you open your Mattermost desktop application you should be able to see the server in the server dropdown (team dropdown)
8. Now if you open your Mattermost desktop application you should be able to see the server in the server dropdown
---