Skip to content

Commit

Permalink
update(text): rename current page -> active page
Browse files Browse the repository at this point in the history
  • Loading branch information
tasszz2k committed Feb 20, 2024
1 parent afa654c commit 32665ca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions internal/bots/gsheets_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@ func (e *Expensemate) handleGSheetsCallback(
msg = tgbotapi.NewMessage(query.Message.Chat.ID, "")
msg.Text = `
You can configure a Google Sheets to store your expenses.
+ Step 1: Use the /gsheets command to configure a Google Sheets.
+ Step 2: Click the "Configure" button to provide the URL of your Google Sheets.
+ Step 3: Copy the URL of your Google Sheets and paste it in the chat.
+ Step 4: Share <b>Editing access</b> to the Google Sheets with the bot
+ Step 1: Clone this template to your Google Drive: https://docs.google.com/spreadsheets/d/16jOEcyvHiHzW1GdRBvhHEadECojq0g3tzBT3a2MoLnI/edit?usp=sharing
+ Step 2: Use the /gsheets command to configure a Google Sheets.
+ Step 3: Click the "Configure" button to provide the URL of your Google Sheets.
+ Step 4: Copy the URL of your Google Sheets and paste it in the chat.
+ Step 5: Share <b>Editing access</b> to the Google Sheets with the bot
<b>[email protected]</b> (required).
<i> This is service account only, no one can access your Google Sheets except you.</i>
`
Expand Down

0 comments on commit 32665ca

Please sign in to comment.