Skip to content

Commit

Permalink
Tweak nav copy (Flagsmith#2000)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeeeenster authored Mar 7, 2023
1 parent beeb57e commit 790fb44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/web/components/Aside.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ const Aside = class extends Component {
to={`/project/${project.id}/environment/${environment.api_key}/scheduled-changes/`}
>
<span className="ion icon ion-ios-timer aside__environment-list-item--icon"/>
Scheduled Changes{scheduled ? <span className="ml-1 unread">{scheduled}</span> : null}
Scheduling{scheduled ? <span className="ml-1 unread">{scheduled}</span> : null}
</NavLink>
<NavLink
activeClassName="active"
Expand All @@ -385,7 +385,7 @@ const Aside = class extends Component {
<UsersIcon
className="aside__environment-list-item--icon"
/>
Users
Identities
</NavLink>
)}

Expand Down

0 comments on commit 790fb44

Please sign in to comment.