Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 6824cf3

Browse files
committed
Use a real translation string
1 parent bd8e91e commit 6824cf3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • lib/osf-components/addon/components/addons-service/manager

lib/osf-components/addon/components/addons-service/manager/component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,7 @@ export default class AddonsServiceManagerComponent extends Component<Args> {
226226
if (newWindow) {
227227
newWindow.focus();
228228
} else {
229-
// this.toast.error(this.intl.t('addons.redirect.error'));
230-
this.toast.error('You got ad blockers on this thing?');
229+
this.toast.error(this.intl.t('addons.redirect.pop-up-error'));
231230
}
232231

233232
this.cancelSetup();

0 commit comments

Comments
 (0)