diff --git a/src/js/intl/strings.js b/src/js/intl/strings.js index 6eb98896..b44cc94d 100644 --- a/src/js/intl/strings.js +++ b/src/js/intl/strings.js @@ -288,6 +288,11 @@ exports.strings = { 'fr_FR': 'Ce nom de branche "{branch}" n\'est pas autorisé' }, /////////////////////////////////////////////////////////////////////////// + 'bad-tag-name': { + '__desc__': 'When the user enters a tag name thats not ok', + 'en_US': 'That tag name "{tag}" is not allowed!' + }, + /////////////////////////////////////////////////////////////////////////// 'option-not-supported': { '__desc__': 'When the user specifies an option that is not supported by our demo', 'en_US': 'The option "{option}" is not supported!',