mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:48:36 +01:00
stuff
This commit is contained in:
parent
3dad202d86
commit
7be4184ac0
1 changed files with 2 additions and 2 deletions
|
@ -632,7 +632,7 @@ if (isMathExpression(query)) {
|
||||||
const upsellMessages = [
|
const upsellMessages = [
|
||||||
"[new] Try searching 'What's 4+4?'",
|
"[new] Try searching 'What's 4+4?'",
|
||||||
"[new] Ask 'What's the date today?'",
|
"[new] Ask 'What's the date today?'",
|
||||||
"[new] Try 'What time is it in New York?'",
|
"[new] Try 'What time is it in California?'",
|
||||||
"[new] Ask 'What's the current year?'",
|
"[new] Ask 'What's the current year?'",
|
||||||
"[new] Try searching 'What's 7*8?'"
|
"[new] Try searching 'What's 7*8?'"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue