Skip to content

Commit

Permalink
fix addons (#9670)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcleinman committed Jun 17, 2024
1 parent 83a2074 commit d2d2662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/message_update_v2.23/enable.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (('updateTime' in api.settings)) {
// Macos v2.16.0 requires a web-based update.
if (api.env.platform === 'macos' && api.env.versionString === '2.16.0') {
api.addon.setTitle(
'message.message_update_v2.22.block.extra_1',
'message.message_update_v2.23.block.extra_1',
'Download the new Mozilla VPN');
api.addon.composer.remove('c_3');
return;
Expand Down Expand Up @@ -51,6 +51,6 @@ if (versionCompare([2, 13, 0], version) >= 0 ||
api.addon.composer.remove('c_3');

api.addon.setTitle(
'message.message_update_v2.22.block.extra_1',
'message.message_update_v2.23.block.extra_1',
'Download the new Mozilla VPN');
})

0 comments on commit d2d2662

Please sign in to comment.