Skip to content

Commit

Permalink
fix: (typo) plural
Browse files Browse the repository at this point in the history
  • Loading branch information
BjrInt committed Sep 25, 2023
1 parent 42d80fa commit 2078ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NodeInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<q-separator class="q-mt-md" />

<div class="text-weight-bold text-h5 q-my-md">Scoring issues</div>
<p>Your node is not properly scored because of the following issue. The next scoring message will be issued in approximately {{ next_scoring_message }}</p>
<p>Your node is not properly scored because of the following issue(s). The next scoring message will be issued in approximately {{ next_scoring_message }}</p>
<ul>
<li v-for="diagnostic in metrics_diagnostic" v-bind:key="diagnostic">
{{diagnostic}}
Expand Down

0 comments on commit 2078ea3

Please sign in to comment.