-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1650: Adjust self service texts #1748
Conversation
e8784a5
to
99c9f5c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<ActionButton href={deepLink} variant='contained' size='large'> | ||
Pass aktivieren | ||
KoblenzPass jetzt aktivieren |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use APP_NAME
constant instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same for other occurrences :)
@@ -11,20 +11,28 @@ const Container = styled('div')` | |||
flex-direction: column; | |||
` | |||
|
|||
const StyledIconTextButton = styled(IconTextButton)` | |||
color: #131314; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move this to name constant that is reusable.
@@ -64,7 +64,7 @@ const CardSelfServiceForm = ({ | |||
return ( | |||
<> | |||
<Container key={card.id}> | |||
<FormGroup label='Vorname Nachname'> | |||
<FormGroup label='Vorname Name'> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
weird, but ok :D
align-items: center; | ||
margin-bottom: 12px; | ||
color: #595959; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move this to a named constant
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think it makes more sense to define a colors file at some point and define there everything. This is sth that should be created and used project wide.
I will create a ticket for that
<ActionButton href={deepLink} variant='contained' size='large'> | ||
Pass aktivieren | ||
KoblenzPass jetzt aktivieren |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same for other occurrences :)
Short description
Finalize texts except hints and error messages (separate issue)
Proposed changes
Side effects
Testing
design
Resolved issues
Fixes: #1650