SupportBundles: Fixes sentance casing (#61055)

This commit is contained in:
Torkel Ödegaard
2023-01-06 10:53:08 +00:00
committed by GitHub
parent 5cad1e924e
commit 349b39c909
2 changed files with 2 additions and 2 deletions
@@ -15,7 +15,7 @@ const subTitle = (
const newButton = (
<LinkButton icon="plus" href="admin/support-bundles/create" variant="primary">
New Support Bundle
New support bundle
</LinkButton>
);