Skip to content

Commit

Permalink
AG-37894 Update title for beta, remove mv3 from it
Browse files Browse the repository at this point in the history
Merge in EXTENSIONS/browser-extension from feature/AG-37894 to release/v5.2

Squashed commit of the following:

commit 4151b4a
Merge: a37435a d41bce7
Author: Rafkat Galiullin <[email protected]>
Date:   Wed Nov 27 20:33:18 2024 +0300

    Merge branch 'release/v5.2' into feature/AG-37894

commit a37435a
Author: Rafkat Galiullin <[email protected]>
Date:   Wed Nov 27 11:31:30 2024 +0300

    AG-37894 Update title for beta, remove mv3 from it
  • Loading branch information
neolite committed Nov 27, 2024
1 parent d41bce7 commit 79298f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ const getNameSuffix = (buildEnv: BuildTargetEnv, browser: Browser) => {
}
case Browser.ChromeMv3: {
if (buildEnv === BuildTargetEnv.Beta) {
return ' (MV3 Beta)';
return ' (Beta)';
}
if (buildEnv === BuildTargetEnv.Dev) {
return ' (MV3 Dev)';
return ' (Dev)';
}
break;
}
Expand Down

0 comments on commit 79298f3

Please sign in to comment.