Reduce link title names

This commit is contained in:
Roberto Rosario
2015-04-05 23:52:41 -04:00
parent d725cbe008
commit d922bc0351
2 changed files with 2 additions and 2 deletions

View File

@@ -5,4 +5,4 @@ from django.utils.translation import ugettext_lazy as _
from navigation import Link
link_api = Link(icon='fa fa-plug', text=_('REST API'), view='api-root')
link_api_documentation = Link(icon='fa fa-book', text=_('REST API Documentation'), view='django.swagger.base.view')
link_api_documentation = Link(icon='fa fa-book', text=_('API Documentation'), view='django.swagger.base.view')