From 6b45d72c7fe8e578ff093bddf75c21cd47bf624b Mon Sep 17 00:00:00 2001 From: Philipp-Peter Altmann Date: Mon, 9 Sep 2019 20:29:12 +0200 Subject: [PATCH] Improve German wording for skills for new user greeting (#2323) The word "Kompetenzen" is the correct German translation but it sounds weird and a skill is a worldwide understood term --- .../VirtualAssistantSample/Content/NewUserGreeting.de.json | 4 ++-- .../csharp/Template/VA/Content/NewUserGreeting.de.json | 4 ++-- .../sample-assistant/src/content/NewUserGreeting.de.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/Virtual-Assistant-Template/csharp/Sample/VirtualAssistantSample/Content/NewUserGreeting.de.json b/templates/Virtual-Assistant-Template/csharp/Sample/VirtualAssistantSample/Content/NewUserGreeting.de.json index d344156f59..3d94ed5fc4 100644 --- a/templates/Virtual-Assistant-Template/csharp/Sample/VirtualAssistantSample/Content/NewUserGreeting.de.json +++ b/templates/Virtual-Assistant-Template/csharp/Sample/VirtualAssistantSample/Content/NewUserGreeting.de.json @@ -54,11 +54,11 @@ }, { "type": "Action.OpenUrl", - "title": "Kompetenzen", + "title": "Skills", "url": "https://aka.ms/botframeworkskills" } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.0", "speak": "Hi, ich bin **dein** Virtueller Assistent! " -} \ No newline at end of file +} diff --git a/templates/Virtual-Assistant-Template/csharp/Template/VA/Content/NewUserGreeting.de.json b/templates/Virtual-Assistant-Template/csharp/Template/VA/Content/NewUserGreeting.de.json index d344156f59..3d94ed5fc4 100644 --- a/templates/Virtual-Assistant-Template/csharp/Template/VA/Content/NewUserGreeting.de.json +++ b/templates/Virtual-Assistant-Template/csharp/Template/VA/Content/NewUserGreeting.de.json @@ -54,11 +54,11 @@ }, { "type": "Action.OpenUrl", - "title": "Kompetenzen", + "title": "Skills", "url": "https://aka.ms/botframeworkskills" } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.0", "speak": "Hi, ich bin **dein** Virtueller Assistent! " -} \ No newline at end of file +} diff --git a/templates/Virtual-Assistant-Template/typescript/samples/sample-assistant/src/content/NewUserGreeting.de.json b/templates/Virtual-Assistant-Template/typescript/samples/sample-assistant/src/content/NewUserGreeting.de.json index 1f671ae66e..8185e310ee 100644 --- a/templates/Virtual-Assistant-Template/typescript/samples/sample-assistant/src/content/NewUserGreeting.de.json +++ b/templates/Virtual-Assistant-Template/typescript/samples/sample-assistant/src/content/NewUserGreeting.de.json @@ -54,11 +54,11 @@ }, { "type": "Action.OpenUrl", - "title": "Kompetenzen", + "title": "Skills", "url": "https://aka.ms/botframeworkskills" } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.0", "speak": "Hi, ich bin **dein** Virtueller Assistent! " -} \ No newline at end of file +}