From b9cda210e195cf77270439e19d22fdd238bd4d85 Mon Sep 17 00:00:00 2001 From: Jeff Balogh Date: Tue, 14 Dec 2010 18:04:11 -0800 Subject: [PATCH] limit 20 tags --- apps/devhub/templates/devhub/includes/addon_edit_basic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/devhub/templates/devhub/includes/addon_edit_basic.html b/apps/devhub/templates/devhub/includes/addon_edit_basic.html index af9e7d84b2a..1ccc13a94ce 100644 --- a/apps/devhub/templates/devhub/includes/addon_edit_basic.html +++ b/apps/devhub/templates/devhub/includes/addon_edit_basic.html @@ -94,7 +94,7 @@

{{ ngettext('Comma-separated, minimum of {0} character.', 'Comma-separated, minimum of {0} characters.', amo.MIN_TAG_LENGTH)|f(amo.MIN_TAG_LENGTH) }} - {{ _('Example: ocean, sail boat, water.') }} + {{ _('Example: pop, hen, yum. Limit 20.') }} {% else %} {% call empty_unless(tags) %}