Latest slides

This commit is contained in:
Julien Lengrand-Lambert
2021-03-16 23:19:48 +01:00
parent 0d266c04ef
commit 95f4a80d51
2 changed files with 1 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ public class CreateRepositoryIntentHandler implements RequestHandler {
api.TEMPLATES.get(language).getValue1()
).create();
speechText = "Great! I'm creating a " + language + " repository called " + title + " !";
speechText = "Great! I've created a " + language + " repository called " + title + " !";
} catch (GithubInitException e) {
speechText = "Sorry, you are not logged in! I cannot create new repositories";