<!-- TITLE: Inactive Tab Title En -->
<!-- SUBTITLE: A quick summary of Inactive Tab Title En -->
# Inactive Tab Title for Magento 2
## Module overview:
Browser automatically changes the tab title when the customer goes to the other tab.
## Module compatibility:
This module is compatible with Magento Community versions: **2.2**, **2.3** and **2.4**.
## Installation with Composer:
* connect to your server with SSH,
* navigation to your project and run these commands:
```text
$ composer require aurora/module-inactive-tab-title
$ php bin/magento setup:upgrade
$ php bin/magento cache:flush
```
## Update with Composer (if extension was installed by Composer):
```text
$ composer update aurora/module-inactive-tab-title
$ php bin/magento setup:upgrade
$ php bin/magento cache:flush
```
## Installation without Composer:
* buy extension,
* unzip archive,
* upload extension files on your server to: {Magento root}/app/code
* in Magento root folder run commands:
```text
$ php bin/magento setup:upgrade
$ php bin/magento cache:flush
```
## Features
### Front office features:
* browser tab when is active:
![Image 1](/uploads/inactive-tab-title/image-1.png "Image 1")
* browser tab when is inactive:
![Image 2](/uploads/inactive-tab-title/image-2.png "Image 2")
### Configuration:
* you can enable module and set custom text when tab is inactive in: Stores >> Configuration >> Sales >> Aurora >> Inactive Tab Title.
![Image 3](/uploads/inactive-tab-title/image-3.png "Image 3")
## Demo
demo2.magecreation.com