Nahradit "(nepovinné)" symbolem hvězdičky #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature: Replace "(nepovinné)" Text with Star Symbol
Implementation Notes
In the main form, two labels contain the text "(nepovinné)" (optional) which takes up space. Replace this with a more concise
*star symbol to indicate optional fields.Key file to modify:
client/src/App.tsxSpecific locations:
"Na co dobrého? (nepovinné)"→ Remove "(nepovinné)" and add*to the label"V kolik hodin preferuješ odchod?"→ Remove "(nepovinné)" if present and add*to the labelApproach:
client/src/App.tsx*symbol to both labels to indicate they are optional*means optional