Skip to content

Commit

Permalink
Change donate link and text
Browse files Browse the repository at this point in the history
  • Loading branch information
nhamonin committed Dec 1, 2024
1 parent 42db81d commit 86dd4fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/telegramReplyMarkup/mainMenuMarkup.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const mainMenuMarkup = {
[
{
text: 'buttons.menu.donate',
url: 'https://www.buymeacoffee.com/faceithelper',
url: 'https://send.monobank.ua/jar/2AWXbMbuWH',
},
],
[
Expand Down
7 changes: 2 additions & 5 deletions config/telegramReplyMarkup/subscriptionReceivedMarkup.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
export const subscriptionReceivedMarkup = (
subscriptionType,
subscriptionName
) => ({
export const subscriptionReceivedMarkup = (subscriptionType, subscriptionName) => ({
reply_markup: {
inline_keyboard: [
[
{
text: 'buttons.menu.donate',
url: 'https://www.buymeacoffee.com/faceithelper',
url: 'https://send.monobank.ua/jar/2AWXbMbuWH',
},
{
text: 'buttons.subscriptions.unsubscribe',
Expand Down
2 changes: 1 addition & 1 deletion locales/en/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"menu": {
"statistics": "Statistics",
"modifyTeam": "Modify team",
"donate": "Donate",
"donate": "Keep This Bot Alive ❤️",
"settings": "Settings"
},
"stats": {
Expand Down
2 changes: 1 addition & 1 deletion locales/uk/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"menu": {
"statistics": "Статистика",
"modifyTeam": "Редагувати команду",
"donate": "Підтримати",
"donate": "Не дай боту згаснути ❤️",
"settings": "Налаштування"
},
"stats": {
Expand Down

0 comments on commit 86dd4fe

Please sign in to comment.