File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ def inline_add_repo(update, context):
259
259
results .append (InlineQueryResultArticle (
260
260
id = uuid4 (),
261
261
title = 'No results.' ,
262
- description = 'Tab me to learn how to add your repositories.' ,
262
+ description = 'Tap me to learn how to add your repositories.' ,
263
263
input_message_content = InputTextMessageContent (
264
264
message_text = f'/help' ,
265
265
)
@@ -269,7 +269,7 @@ def inline_add_repo(update, context):
269
269
results ,
270
270
switch_pm_text = ('Not seeing your repository? Tab here.'
271
271
if access_token else
272
- 'You are not logged in. Tab here to continue.' ),
272
+ 'You are not logged in. Tap here to continue.' ),
273
273
switch_pm_parameter = 'help' ,
274
274
cache_time = 15 ,
275
275
is_personal = True ,
You can’t perform that action at this time.
0 commit comments