From 810cc4d3e45d47ff444be57c8d25f50ebfcfae28 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Thu, 22 Dec 2016 15:08:32 -0800 Subject: [PATCH] [generate:plugin:block] Fix missing single quote. (#61) --- translations/generate.plugin.block.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/generate.plugin.block.yml b/translations/generate.plugin.block.yml index 267b1c6..dec87a8 100644 --- a/translations/generate.plugin.block.yml +++ b/translations/generate.plugin.block.yml @@ -16,7 +16,7 @@ questions: plugin-id: 'Enter the plugin id' inputs: common.questions.inputs services: common.questions.services - theme-region: 'Enter the theme region to render the Plugin Block. + theme-region: 'Enter the theme region to render the Plugin Block.' messages: inputs: "\nYou can add input fields to create special configurations in the block.\nThis is optional, press enter to continue" invalid-theme-region: 'Region "%s" is invalid'