File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export interface HelpTextProps
13
13
children : React . ReactNode ;
14
14
/**
15
15
* Adds a title-tooltip with the given text
16
- * @default "Hjelp "
16
+ * @default "Mer informasjon "
17
17
*/
18
18
title ?: string ;
19
19
/**
Original file line number Diff line number Diff line change @@ -127,6 +127,6 @@ export default {
127
127
illustrationLabel : "Illustration of advisor" ,
128
128
} ,
129
129
HelpText : {
130
- title : "Help " ,
130
+ title : "More information " ,
131
131
} ,
132
132
} satisfies Translations ;
Original file line number Diff line number Diff line change @@ -134,6 +134,6 @@ export default {
134
134
illustrationLabel : "Illustrasjon av veileder" ,
135
135
} ,
136
136
HelpText : {
137
- title : "Hjelp " ,
137
+ title : "Mer informasjon " ,
138
138
} ,
139
139
} satisfies TranslationMap ;
Original file line number Diff line number Diff line change @@ -127,6 +127,6 @@ export default {
127
127
illustrationLabel : "Illustrasjon av rettleiar" ,
128
128
} ,
129
129
HelpText : {
130
- title : "Hjelp " ,
130
+ title : "Meir informasjon " ,
131
131
} ,
132
132
} satisfies Translations ;
You can’t perform that action at this time.
0 commit comments