Skip to content

Commit

Permalink
Merge pull request #729 from jembi/CU-86c13wft7_Delete-App-Remove-bol…
Browse files Browse the repository at this point in the history
…d-change-button-text

CU-86c13wft7 - Delete App: Remove bold, change button text  CU-86c19v…
  • Loading branch information
drizzentic authored Jan 27, 2025
2 parents 44a1a06 + 678bd33 commit c3b53ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/channels-app/src/screens/steps/BasicInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function BasicInfo(props: {
helperText={
channel.name.trim() === '' && formTouched
? 'Channel Name cannot be empty'
: undefined
: 'Choose a short but descriptive name.'
}
/>
</Grid>
Expand Down
4 changes: 2 additions & 2 deletions packages/portal-admin/src/components/AppsDataGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ const AppsDataGrid = () => {
<Divider />

<DialogContent sx={{p: 2}}>
<Typography variant="h6">
<Typography >
{`Are you sure you want to delete the application ${deleteAppData?.name}? This action is irreversible and will permanently remove all associated data.`}
</Typography>
</DialogContent>
Expand All @@ -963,7 +963,7 @@ const AppsDataGrid = () => {
Cancel
</Button>
<Button
variant="contained"
variant="text"
color="error"
onClick={() => {
setOpenWarningDialog(false)
Expand Down

0 comments on commit c3b53ab

Please sign in to comment.