-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update(text): rename current page -> active page
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
` | ||
|