Skip to content

Commit 612bc20

Browse files
feat(global-header): changing create to self-service (#495)
* changing create to self-service Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com> * adding changeset Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com> * Update quiet-bulldogs-battle.md Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> --------- Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com> Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> Co-authored-by: Christoph Jerolimov <jerolimov+git@redhat.com>
1 parent 41fc49f commit 612bc20

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-global-header': minor
3+
---
4+
5+
Renaming the 'Create' to 'Self-service'

workspaces/global-header/plugins/global-header/src/components/HeaderDropdownComponent/CreateDropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const CreateDropdown = ({ layout }: CreateDropdownProps) => {
6464
<HeaderDropdownComponent
6565
buttonContent={
6666
<Box sx={{ display: 'flex', alignItems: 'center' }}>
67-
Create <ArrowDropDownOutlinedIcon sx={{ ml: 1 }} />
67+
Self-service <ArrowDropDownOutlinedIcon sx={{ ml: 1 }} />
6868
</Box>
6969
}
7070
buttonProps={{

0 commit comments

Comments
 (0)