Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 59e39d7

Browse files
committed
Set messages when not found
1 parent c7c43b1 commit 59e39d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/templates/transactions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h1 class="fancy-heading fontSize20 vCentered colorWhiteForce textShadow"><%= po
134134
<i class="ion-android-sync spinner textSize24px textOpacity50"></i>
135135
</div>
136136
<div class="padding10 width100 alignCenter hide js-emptyMsg">
137-
<%= polyglot.t("transactions.NoPurchases") %>
137+
<%= polyglot.t("transactions.NoSales") %>
138138
</div>
139139
</div>
140140

@@ -153,7 +153,7 @@ <h1 class="fancy-heading fontSize20 vCentered colorWhiteForce textShadow"><%= po
153153
<i class="ion-android-sync spinner textSize24px textOpacity50"></i>
154154
</div>
155155
<div class="padding10 width100 alignCenter hide js-emptyMsg">
156-
<%= polyglot.t("transactions.NoPurchases") %>
156+
<%= polyglot.t("transactions.NoCases") %>
157157
</div>
158158
</div>
159159

0 commit comments

Comments
 (0)