Skip to content

Commit c2ca745

Browse files
committed
Help -> More information
1 parent 572f377 commit c2ca745

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

@navikt/core/react/src/help-text/HelpText.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface HelpTextProps
1313
children: React.ReactNode;
1414
/**
1515
* Adds a title-tooltip with the given text
16-
* @default "Hjelp"
16+
* @default "Mer informasjon"
1717
*/
1818
title?: string;
1919
/**

@navikt/core/react/src/util/i18n/locales/en.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ export default {
127127
illustrationLabel: "Illustration of advisor",
128128
},
129129
HelpText: {
130-
title: "Help",
130+
title: "More information",
131131
},
132132
} satisfies Translations;

@navikt/core/react/src/util/i18n/locales/nb.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ export default {
134134
illustrationLabel: "Illustrasjon av veileder",
135135
},
136136
HelpText: {
137-
title: "Hjelp",
137+
title: "Mer informasjon",
138138
},
139139
} satisfies TranslationMap;

@navikt/core/react/src/util/i18n/locales/nn.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ export default {
127127
illustrationLabel: "Illustrasjon av rettleiar",
128128
},
129129
HelpText: {
130-
title: "Hjelp",
130+
title: "Meir informasjon",
131131
},
132132
} satisfies Translations;

0 commit comments

Comments
 (0)