Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nriedman committed Apr 4, 2024
1 parent a27e59d commit 27c37c3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions ENGAGEHF/Dashboard/DashboardView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ struct Greeting: View {

var body: some View {
HStack {
// Todo: replace world! with first name from account info
Text("Hello, world!")
.font(.title2)
.accessibilityLabel(Text("DASHBOARD_GREETING"))
Expand Down
18 changes: 18 additions & 0 deletions ENGAGEHF/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,18 @@
}
}
}
},
"DASHBOARD_ACC_BTN" : {

},
"DASHBOARD_DATE" : {

},
"DASHBOARD_GREETING" : {

},
"EDU" : {

},
"Education" : {

Expand Down Expand Up @@ -163,6 +175,9 @@
},
"Hello, world!" : {

},
"HH" : {

},
"Home" : {

Expand Down Expand Up @@ -297,6 +312,9 @@
}
}
}
},
"MED" : {

},
"Medications" : {

Expand Down

0 comments on commit 27c37c3

Please sign in to comment.