Skip to content

Commit

Permalink
removed an i18n text resource
Browse files Browse the repository at this point in the history
  • Loading branch information
DerFuchs committed Aug 18, 2022
1 parent 7378edc commit 02d8359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ManageMasterNodes/AddMasterNode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<div class="ellipsis">
<span v-if="!user.watchesMasterNode(newMasterNodeAddress)">
<q-icon name="fa-light fa-circle-plus" class="q-mr-xs" />
{{ $t("manageMasterNodes.addBtnLabel", { name: addButtonLabel }) }}
add {{ addButtonLabel }}
</span>
<span v-else>you already watch this masternode</span>
</div>
Expand Down

0 comments on commit 02d8359

Please sign in to comment.