Dynamic items in Navigation Drawer?

I have about 7 menu items in my navigation drawer. One of which is - Account Name. When the user selects an account, say 'ABC' the side menu item name is set as 'ABC'. Clicking on it takes the user to ABC details page.

Now, If the user selects another account say 'XYZ' through a different process, the side menu changes to 'XYZ'

PS: The account name menu item has sub-menus that are static text, but links to the corresponding account's configuration. The sub-menu items are 1. Users 2. Configuration

enter image description here

So my question is, Is it ok to have the menu item changing with a selection in the site? The nav drawer that we have seen and come across are all fixed. The menu items does not change as the user browses on.