Skip to content

Commit

Permalink
fix stopwitness #743
Browse files Browse the repository at this point in the history
  • Loading branch information
Lex-Ai authored Apr 1, 2020
1 parent 637a86c commit 62578e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@
"top_witnesses": "Leaders Top",
"vote": "Vote for",
"witness": "Leader",
"witness_deactive": "Leader suspended the signature of the blocks",
"witness_deactive": "Leader suspended its activities",
"witness_thread": "leader thread",
"you_can_vote_for_maximum_of_witnesses": "You can vote for a maximum of 30 leaders",
"become": "Become a leader",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@
"top_witnesses": "Топ лидеров",
"vote": "Голосовать за",
"witness": "Лидеры",
"witness_deactive": "Лидер приостановил подпись блоков",
"witness_deactive": "Лидер приостановил свою деятельность",
"witness_thread": "пост лидера",
"you_can_vote_for_maximum_of_witnesses": "Вы можете голосовать максимум за 30 лидеров",
"become": "Стать лидером",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ua.json
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@
"top_witnesses": "Топ лідерів",
"vote": "Проголосувати",
"witness": "Лідери",
"witness_deactive": "Лідер призупинив підпис блоків",
"witness_deactive": "Лідер призупинив свою діяльність",
"witness_thread": "пост лідера",
"you_can_vote_for_maximum_of_witnesses": "Ви можете голосувати максимум за 30 лідерів",
"become": "Стати лідером",
Expand Down
2 changes: 1 addition & 1 deletion src/store/actions/cyberway/ctrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const stopLeader = () => async (dispatch, getState) => {
[CYBERWAY_API]: {
types: [STOP_WITNESS, STOP_WITNESS_SUCCESS, STOP_WITNESS_ERROR],
contract: CONTRACT_NAME,
method: 'unregwitness',
method: 'stopwitness',
params: data,
},
meta: data,
Expand Down

0 comments on commit 62578e3

Please sign in to comment.