From d45a8a2d5d72d897015e574a817f6207c34ff881 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Tue, 27 Dec 2016 21:18:17 +0100 Subject: [PATCH] Use a plain, understandable verbose_name for field URLPath.article --- wiki/models/urlpath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/models/urlpath.py b/wiki/models/urlpath.py index a90fc40f..3b78725c 100644 --- a/wiki/models/urlpath.py +++ b/wiki/models/urlpath.py @@ -68,7 +68,7 @@ class URLPath(MPTTModel): article = models.ForeignKey( Article, on_delete=models.CASCADE, - verbose_name=_('Lookup value'), + verbose_name=_('article'), help_text=_( "This field is automatically updated, but you need to populate " "it when creating a new URL path." -- 2.45.2