Skip to content

Commit

Permalink
Added login dialog titles (#321)
Browse files Browse the repository at this point in the history
Aby číselko pri issueskach bolo < 50
  • Loading branch information
Smilinko authored Dec 10, 2023
1 parent 27c49b4 commit 7e98c58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const Authentication: FC = () => {
<Dialog
open={displayAuthenticationDialog}
close={toggleDisplayAuthenticationDialog}
title="Prihlásenie"
contentText={<LoginFormWrapper closeDialog={toggleDisplayAuthenticationDialog} />}
/>
</>
Expand Down
1 change: 1 addition & 0 deletions src/components/Problems/Problems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export const Problems: FC = () => {
<Dialog
open={displayLoginDialog}
close={closeLoginDialog}
title="Prihlásenie"
contentText={
<Stack alignItems={'center'} gap={3}>
<Typography variant="body1">Pre odovzdanie sa prihlás.</Typography>
Expand Down

0 comments on commit 7e98c58

Please sign in to comment.