Skip to content

Commit

Permalink
fix: update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mumer92 committed Nov 1, 2023
1 parent 4c51b84 commit cc8ac50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ DerivedData/
!default.perspectivev3

*.xcodeproj/*
**/xcuserdata/
**/*.xcuserdata/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcodeproj/project.xcworkspace/
Expand Down
2 changes: 1 addition & 1 deletion Course/Course/Domain/Model/CourseDates.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public struct CourseDateBlock {

var blockTitle: String {
if isToday {
return "Today"
return CoreLocalization.CourseDates.today
} else {
return blockStatus.title
}
Expand Down

0 comments on commit cc8ac50

Please sign in to comment.