From 10adc91c3ff34fda1e8f4b990070a74e2e1dba70 Mon Sep 17 00:00:00 2001 From: Chris Veilleux Date: Tue, 26 Feb 2019 09:41:35 -0600 Subject: [PATCH] minor wording change --- projects/account/src/app/skill/skill.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/account/src/app/skill/skill.component.ts b/projects/account/src/app/skill/skill.component.ts index 6cd6348..e41fe45 100644 --- a/projects/account/src/app/skill/skill.component.ts +++ b/projects/account/src/app/skill/skill.component.ts @@ -53,7 +53,7 @@ export class SkillComponent implements OnInit { 'Select the skill to see a list of the devices using those settings.'; this.moreSkillsText = 'To add skills to your device(s), you can use voice commands ' + '(e.g. "Hey Mycroft, install alarm skill.") or '; - this.marketplaceLink = 'visit our marketplace.'; + this.marketplaceLink = 'visit our skill marketplace.'; } private checkForDuplicateSkills() {