Skip to content

Commit 678bd33

Browse files
CU-86c13wft7 - Delete App: Remove bold, change button text CU-86c19v4cy_Helper-Text-Channel-Name-helper-text-missing
1 parent dc2fe8f commit 678bd33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/channels-app/src/screens/steps/BasicInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export function BasicInfo(props: {
9595
helperText={
9696
channel.name.trim() === '' && formTouched
9797
? 'Channel Name cannot be empty'
98-
: undefined
98+
: 'Choose a short but descriptive name.'
9999
}
100100
/>
101101
</Grid>

packages/portal-admin/src/components/AppsDataGrid.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ const AppsDataGrid = () => {
948948
<Divider />
949949

950950
<DialogContent sx={{p: 2}}>
951-
<Typography variant="h6">
951+
<Typography >
952952
{`Are you sure you want to delete the application ${deleteAppData?.name}? This action is irreversible and will permanently remove all associated data.`}
953953
</Typography>
954954
</DialogContent>
@@ -963,7 +963,7 @@ const AppsDataGrid = () => {
963963
Cancel
964964
</Button>
965965
<Button
966-
variant="contained"
966+
variant="text"
967967
color="error"
968968
onClick={() => {
969969
setOpenWarningDialog(false)

0 commit comments

Comments
 (0)