- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 514
 
Open
Labels
needs-triageNeeds to be triaged by a developer and assigned a releaseNeeds to be triaged by a developer and assigned a release
Description
What happened?
When you add genres or tags, all of them end up with a sentence case regardless of what you enter.
For example, LHS text gets converted to RHS text.
Office Romance->Office romanceoffice romance->Office romanceslice of life->Slice of lifeSlice of Life->Slice of lifesLiFe Of lIFE->Slice of life
What did you expect?
It needs to stay as I entered. Leading and trailing whitespaces can be trimmed but casing needs to be preserved.
Office Romance->Office Romanceoffice romance->office romanceslice of life->slice of lifeSlice of Life->Slice of LifesLiFe Of lIFE->sLiFe Of lIFE
Kavita Version Number - If you don't see your version number listed, please update Kavita and see if your issue still persists.
0.8.8 - Stable
Are you accessing kavita through a reverse proxy? If yes, confirm that the issue persists with a direct connection
No
What operating system is Kavita being hosted from?
Docker (Dockerhub Container)
If the issue is being seen on Desktop, what OS are you running where you see the issue?
Mac
If the issue is being seen in the UI, what browsers are you seeing the problem on?
Firefox
If the issue is being seen on Mobile, what OS are you running where you see the issue?
iOS
If the issue is being seen on the Mobile UI, what browsers are you seeing the problem on?
Safari
Relevant log output
Additional Notes
This could be the reason.
Kavita/API/Helpers/Builders/TagBuilder.cs
Line 17 in f9280f6
| Title = name.Trim().SentenceCase(), | 
Metadata
Metadata
Assignees
Labels
needs-triageNeeds to be triaged by a developer and assigned a releaseNeeds to be triaged by a developer and assigned a release
Type
Projects
Status
Todo