-
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1274 feat: instruct the user to buy the advanced trigger on the home…
… screen if the assistant trigger is not purchased
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 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
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 |
---|---|---|
|
@@ -1402,7 +1402,7 @@ | |
<string name="purchasing_error_dialog_title">Something went wrong 😕</string> | ||
<string name="purchasing_error_dialog_button_retry">Retry</string> | ||
<string name="purchasing_contact_developer_button">Contact developer</string> | ||
<string name="purchasing_error_assistant_not_purchased">You must purchase the assistant trigger feature!</string> | ||
<string name="purchasing_error_assistant_not_purchased_home_screen">You must purchase the assistant trigger feature! Tap on the key map and then purchase it by clicking on \'Advanced triggers\'.</string> | ||
<string name="purchasing_contact_email" translatable="false">[email protected]</string> | ||
<string name="customer_email_subject" translatable="false">Key Mapper Pro query</string> | ||
<string name="customer_email_body" translatable="false">Please describe the problem you are having here.</string> | ||
|