From 14298d5acf457df63b81a36c1ba54e231c41fc13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Sikstr=C3=B6m?= Date: Tue, 8 Oct 2013 21:15:27 +0200 Subject: [PATCH] Add a string for bad-tag-name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Max Sikström --- src/js/intl/strings.js | 5 +++++ 1 file changed, 5 insertions(+) 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!',