Skip to content

Commit

Permalink
Update Sites name in sidenav (stream-labs#4426)
Browse files Browse the repository at this point in the history
  • Loading branch information
gettinToasty authored Jan 6, 2023
1 parent 76f3311 commit 170fa3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/i18n/en-US/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"Multistreaming": "Multistreaming",
"Alert Box": "Alert Box",
"Widget": "Widget",
"Sites": "Sites",
"Creator Sites": "Creator Sites",
"Apps Manager": "Apps Manager",
"Theme Audit": "Theme Audit",
"Login": "Login",
Expand Down
2 changes: 1 addition & 1 deletion app/services/side-nav/menu-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const menuTitles = (item: EMenuItemKey | ESubMenuItemKey | string) => {
[ESubMenuItemKey.Scene]: $t('Scene'),
[ESubMenuItemKey.AlertBoxLibrary]: $t('Alert Box Library'),
[ESubMenuItemKey.Widget]: $t('Widget'),
[ESubMenuItemKey.Sites]: $t('Sites'),
[ESubMenuItemKey.Sites]: $t('Creator Sites'),
[ESubMenuItemKey.AppsStoreHome]: $t('Apps Store Home'),
[ESubMenuItemKey.AppsManager]: $t('Apps Manager'),
[ESubMenuItemKey.DashboardHome]: $t('Dashboard Home'),
Expand Down

0 comments on commit 170fa3b

Please sign in to comment.