Skip to content

Commit 0dbf8a1

Browse files
committed
get rid of semicolon
1 parent eeacff5 commit 0dbf8a1

File tree

1 file changed

+1
-1
lines changed
  • apps/frontend/src/pages/dashboard/revenue

1 file changed

+1
-1
lines changed

apps/frontend/src/pages/dashboard/revenue/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<span
4545
v-tooltip="
4646
availableSoonDateKeys.indexOf(date) === availableSoonDateKeys.length - 1
47-
? `Revenue period is ongoing; this amount is not finalized.`
47+
? `Revenue period is ongoing. \nThis amount is not yet finalized.`
4848
: null
4949
"
5050
:class="{

0 commit comments

Comments
 (0)