We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeacff5 commit 0dbf8a1Copy full SHA for 0dbf8a1
apps/frontend/src/pages/dashboard/revenue/index.vue
@@ -44,7 +44,7 @@
44
<span
45
v-tooltip="
46
availableSoonDateKeys.indexOf(date) === availableSoonDateKeys.length - 1
47
- ? `Revenue period is ongoing; this amount is not finalized.`
+ ? `Revenue period is ongoing. \nThis amount is not yet finalized.`
48
: null
49
"
50
:class="{
0 commit comments