Skip to content

Commit 802586d

Browse files
removing comma
1 parent 51800f6 commit 802586d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Core/ShellBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const BetaPopover = ({
158158
fontFamily: ThemingParameters.sapFontFamily,
159159
}}
160160
>
161-
{t('ShellBar.betaButtonDescription')},
161+
{t('ShellBar.betaButtonDescription')}
162162
</div>
163163
</Popover>
164164
);

0 commit comments

Comments
 (0)