Skip to content

Commit

Permalink
change: improve dialog message display
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-mng authored and bjoernricks committed Jan 7, 2025
1 parent 050bb77 commit c71aa51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/web/components/dialog/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const DialogContent = styled.div`
height: inherit;
padding: 0;
gap: 20px;
white-space: pre-line;
`;

export default DialogContent;
2 changes: 1 addition & 1 deletion src/web/entities/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const EntitiesFooter = ({
const configMap = {
[DIALOG_TYPES.DELETE]: {
dialogText: _(
'Are you sure you want to delete all rows in the page of the table? This action cannot be undone.',
'Are you sure you want to delete all rows in the page of the table?\n This action cannot be undone.',
),
dialogTitle: _('Confirm Deletion'),
dialogButtonTitle: _('Delete'),
Expand Down

0 comments on commit c71aa51

Please sign in to comment.