Skip to content

Commit

Permalink
missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosttveit committed Nov 14, 2022
1 parent 6421a51 commit dac0a00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export function GroupContainer({ id, container, components }: IGroupProps): JSX.
iconPlacement='left'
fullWidth
>
{`${getLanguageFromKey('general.add_new', language ?? {})}${
{`${getLanguageFromKey('general.add_new', language ?? {})} ${
container.textResourceBindings?.add_button
? getTextResourceByKey(container.textResourceBindings.add_button, textResources)
: ''
Expand Down

0 comments on commit dac0a00

Please sign in to comment.