diff --git a/README.md b/README.md index 0dc7379..588d2fa 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ A browser extension that enhance all Merge Requests lists on any instance of Git - Ticket ID is automatically detected in source branch name or Merge Request title - Base Jira URL is configured in extension preferences - The ticket ID or an icon can be displayed as the link label (configured in extension preferences) - - WIP toggle button (can be enabled/disabled in the extension preferences) + - Draft toggle button (can be enabled/disabled in the extension preferences) - Show an indicator when there's unresolved discussions left on Merge Requests - Can be enabled/disabled in the extension preferences - Note the **All discussions must be resolved** option must be enabled for this feature to be working as expected. This option is enabled per project and is located in **Settings > General > Merge Requests > Merge checks** diff --git a/html/options.html b/html/options.html index 4a9c33f..5a7f7ee 100644 --- a/html/options.html +++ b/html/options.html @@ -53,10 +53,10 @@