Skip to content

Commit

Permalink
refactor(ui): update labels
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Sep 2, 2024
1 parent 4d1300b commit fb8c34f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/pages/group/group-settings-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const GroupSettingsPage = () => {
<div className={sectionClassName}>
<span className={cx('font-bold')}>Advanced</span>
<div className={rowClassName}>
<span>Delete permanently</span>
<span>Delete group</span>
<Spacer />
<IconButton
icon={<IconDelete />}
Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/organization/organization-settings-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const OrganizationSettingsPage = () => {
<div className={sectionClassName}>
<span className={cx('font-bold')}>Advanced</span>
<div className={rowClassName}>
<span>Delete permanently</span>
<span>Delete organization</span>
<Spacer />
<IconButton
icon={<IconDelete />}
Expand Down

0 comments on commit fb8c34f

Please sign in to comment.