Skip to content

Commit

Permalink
Update to new text key
Browse files Browse the repository at this point in the history
  • Loading branch information
sampettersson committed Sep 8, 2020
1 parent 57f9c27 commit 5dfb275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Projects/Contracts/Sources/Reusables/ContractRow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ extension ContractRow: Reusable {

bag += row.append(
MultilineLabel(
value: L10n.dashboardPendingHasDate(
value: L10n.contractPendingHasDate(
date
),
style: .brand(.subHeadline(color: .primary))
Expand All @@ -134,7 +134,7 @@ extension ContractRow: Reusable {

bag += row.append(
MultilineLabel(
value: L10n.dashboardPendingNoDate,
value: L10n.contractPendingNoDate,
style: .brand(.subHeadline(color: .primary))
)
)
Expand Down

0 comments on commit 5dfb275

Please sign in to comment.