Skip to content

Commit fe3a476

Browse files
committed
shouldnt say APP_NAME
1 parent c418e8e commit fe3a476

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/lib/libraries/extensions/index.jsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* eslint-disable max-len */
22
import React from 'react';
33
import {FormattedMessage} from 'react-intl';
4+
import {APP_NAME} from '../../brand';
45

56
import musicIconURL from './music/music.png';
67
import musicInsetIconURL from './music/music-small.svg';
@@ -700,6 +701,9 @@ const menuItems = [
700701
defaultMessage="TurboWarp Blocks"
701702
description="Name of TW extension"
702703
id="tw.twExtension.name"
704+
values={{
705+
APP_NAME: "TurboWarp"
706+
}}
703707
/>
704708
),
705709
extensionId: 'tw',
@@ -898,6 +902,9 @@ const menuItems = [
898902
defaultMessage="TurboWarp Extension Gallery"
899903
description="Name of extensions.turbowarp.org in extension library"
900904
id="tw.extensionGallery.name"
905+
values={{
906+
APP_NAME: "TurboWarp"
907+
}}
901908
/>
902909
),
903910
href: 'https://extensions.turbowarp.org/',

0 commit comments

Comments
 (0)