Skip to content

Commit 5902b7e

Browse files
authored
chore(themebuilder): don't mention figma plugin (#4334)
1 parent 1df8741 commit 5902b7e

3 files changed

Lines changed: 3 additions & 12 deletions

File tree

apps/themebuilder/app/_components/token-modal/steps/cli.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,7 @@ export default function Cli({
5353
<div className={classes.step}>
5454
<span>1</span>
5555
<Paragraph>
56-
{t('themeModal.cli.step-one')}{' '}
57-
<Link
58-
target='_blank'
59-
href='https://www.figma.com/community/plugin/1382044395533039221/designsystemet-beta'
60-
>
61-
{t('themeModal.figma-plugin')}
62-
</Link>{' '}
63-
{t('themeModal.in')}{' '}
56+
{t('themeModal.cli.step-one')} {t('themeModal.in')}{' '}
6457
<Link
6558
target='_blank'
6659
href='https://www.figma.com/community/file/1322138390374166141'

apps/themebuilder/app/locales/en/theme-modal.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export default {
77
'The name should represent the organisation or product you are profiling.',
88
'generate-css': 'Generate CSS',
99
'generating-css': 'Generating CSS...',
10-
'figma-plugin': 'Figma plugin (opens in new tab)',
1110
in: 'in',
1211
'core-ui-kit': 'Core UI Kit (opens in new tab)',
1312
'to-update':
@@ -31,7 +30,7 @@ export default {
3130
},
3231
cli: {
3332
'step-one':
34-
"Copy the code snippet and run it on your machine to generate design tokens (JSON files), or paste it into the Designsystemet's",
33+
'Copy the code snippet and run it on your machine to generate design tokens (JSON files).',
3534
'step-two': 'Run the code snippet to generate CSS variables for code.',
3635
'severity-warning':
3736
'Note: Severity colors have changed in your theme. These will not be included if you use the CLI.',

apps/themebuilder/app/locales/no/theme-modal.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export default {
55
'Navnet bør representere virksomheten eller produktet du skal profilere.',
66
'generate-css': 'Generer CSS',
77
'generating-css': 'Genererer CSS...',
8-
'figma-plugin': 'Figma plugin (åpnes i ny fane)',
98
in: 'i',
109
'core-ui-kit': 'Core UI Kit (åpnes i ny fane)',
1110
'to-update':
@@ -27,7 +26,7 @@ export default {
2726
},
2827
cli: {
2928
'step-one':
30-
'Kopier kodesnutten og kjør den på maskinen din for å generere design tokens (json-filer), eller lim den inn i Designsystemet sin',
29+
'Kopier kodesnutten og kjør den på maskinen din for å generere design tokens (json-filer).',
3130
'step-two': 'Kjør kodesnutten for å generere CSS variabler til kode.',
3231
'severity-warning':
3332
'Merk: Severity farger er endret i temaet ditt. Disse vil ikke komme med dersom du bruker CLI.',

0 commit comments

Comments
 (0)