Skip to content

Commit

Permalink
chnaged classname
Browse files Browse the repository at this point in the history
  • Loading branch information
JamalAlabdullah committed Jul 12, 2024
1 parent a31d232 commit c3653dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions frontend/language/src/nb.json
Original file line number Diff line number Diff line change
Expand Up @@ -1255,9 +1255,9 @@
"right_menu.expressions_property": "Komponentfelt med uttrykk",
"right_menu.expressions_property_hidden": "Skjul felt dersom",
"right_menu.expressions_property_on_component": "Velg hva som skal skje med <bold>{{componentName}}</bold>",
"right_menu.expressions_property_preview_hidden": "<string>Skjul </string><componentName>{{componentName}}</componentName><string> hvis …</string>",
"right_menu.expressions_property_preview_read_only": "<string>Sett </string><componentName>{{componentName}}</componentName><string> som skrivebeskyttet hvis …</string>",
"right_menu.expressions_property_preview_required": "<string>Sett </string><componentName>{{componentName}}</componentName><string> som påkrevd hvis …</string>",
"right_menu.expressions_property_preview_hidden": "<textElement>Skjul </textElement><componentName>{{componentName}}</componentName><textElement> hvis …</textElement>",
"right_menu.expressions_property_preview_read_only": "<textElement>Sett </textElement><componentName>{{componentName}}</componentName><textElement> som skrivebeskyttet hvis …</textElement>",
"right_menu.expressions_property_preview_required": "<textElement>Sett </textElement><componentName>{{componentName}}</componentName><textElement> som påkrevd hvis …</textElement>",
"right_menu.expressions_property_read_only": "Sett felt som skrivebeskyttet dersom",
"right_menu.expressions_property_required": "Sett felt som påkrevd dersom",
"right_menu.expressions_property_select": "Velg regel …",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.string {
.textElement {
flex: 1;
white-space: nowrap;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const ExpressionHeading = ({ formItem, property }: ExpressionHeadingProps
values={{ componentName: formItem.id }}
components={{
componentName: <span className={classes.componentName} />,
string: <span className={classes.string} />,
textElement: <span className={classes.textElement} />,
}}
/>
);
Expand Down

0 comments on commit c3653dc

Please sign in to comment.